]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove unused variable (#25670)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Sun, 25 Feb 2018 09:22:50 +0000 (10:22 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 25 Feb 2018 09:22:50 +0000 (11:22 +0200)
This variable is not used anywhere.

Leftover from #18373.

js/src/modal.js

index 2ca56e7e2e921ce3c551e5a6ebc316cd666c1755..12ab8bfd735c82e2fa47ab955b1d2bdbce72937c 100644 (file)
@@ -85,7 +85,6 @@ const Modal = (($) => {
       this._isShown             = false
       this._isBodyOverflowing   = false
       this._ignoreBackdropClick = false
-      this._originalBodyPadding = 0
       this._scrollbarWidth      = 0
     }