From 25ffc44261ed0283786ccb72938509b0f2bf2a7c Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Tue, 20 Feb 2018 21:42:04 +0100 Subject: [PATCH] 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 #18373 --- js/src/modal.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/src/modal.js b/js/src/modal.js index 9237944df621..4cc11e2dba9e 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 }