mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 11:00:56 +02:00
Remove unused variable (#25670)
This variable is not used anywhere. Leftover from #18373.
This commit is contained in:
committed by
XhmikosR
parent
c9b194ae21
commit
29f178d891
@@ -85,7 +85,6 @@ const Modal = (($) => {
|
|||||||
this._isShown = false
|
this._isShown = false
|
||||||
this._isBodyOverflowing = false
|
this._isBodyOverflowing = false
|
||||||
this._ignoreBackdropClick = false
|
this._ignoreBackdropClick = false
|
||||||
this._originalBodyPadding = 0
|
|
||||||
this._scrollbarWidth = 0
|
this._scrollbarWidth = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user