mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-28 18:20:24 +00:00
Remove unused variable (#25670)
This variable is not used anywhere. Leftover from #18373.
This commit is contained in:
parent
c9b194ae21
commit
29f178d891
1 changed files with 0 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ const Modal = (($) => {
|
|||
this._isShown = false
|
||||
this._isBodyOverflowing = false
|
||||
this._ignoreBackdropClick = false
|
||||
this._originalBodyPadding = 0
|
||||
this._scrollbarWidth = 0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue