Skip to content

Commit 25ffc44

Browse files
Remove unused variable
This variable is not used anywhere. https://github.com/twbs/bootstrap/blob/99379f3843ddd5bd66ce6559ab91ef68c744fbd7/js/src/modal.js#L88 Leftover from changes from twbs#18373
1 parent 99379f3 commit 25ffc44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/src/modal.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ const Modal = (($) => {
8585
this._isShown = false
8686
this._isBodyOverflowing = false
8787
this._ignoreBackdropClick = false
88-
this._originalBodyPadding = 0
8988
this._scrollbarWidth = 0
9089
}
9190

0 commit comments

Comments
 (0)