From 29f178d89129732d35ae812667709c64cdb28a6f Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Sun, 25 Feb 2018 10:22:50 +0100 Subject: [PATCH] Remove unused variable (#25670) This variable is not used anywhere. Leftover from #18373. --- js/src/modal.js | 1 - 1 file changed, 1 deletion(-) 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 }