From: Martijn Cuppens Date: Sun, 25 Feb 2018 09:22:50 +0000 (+0100) Subject: Remove unused variable (#25670) X-Git-Tag: v4.1.0~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29f178d89129732d35ae812667709c64cdb28a6f;p=thirdparty%2Fbootstrap.git Remove unused variable (#25670) This variable is not used anywhere. Leftover from #18373. --- diff --git a/js/src/modal.js b/js/src/modal.js index 2ca56e7e2e..12ab8bfd73 100644 --- a/js/src/modal.js +++ b/js/src/modal.js @@ -85,7 +85,6 @@ const Modal = (($) => { this._isShown = false this._isBodyOverflowing = false this._ignoreBackdropClick = false - this._originalBodyPadding = 0 this._scrollbarWidth = 0 }