Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2018-02-25 12:22:50 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-02-25 12:22:50 +0300
commit29f178d89129732d35ae812667709c64cdb28a6f (patch)
treecb5296eaf49eea6ba1e963f7c9b9cd71fb503f75 /js/src/modal.js
parentc9b194ae21bf366a00534f80368d9a1dbbaadb2e (diff)
Remove unused variable (#25670)
This variable is not used anywhere. Leftover from #18373.
Diffstat (limited to 'js/src/modal.js')
-rw-r--r--js/src/modal.js1
1 files changed, 0 insertions, 1 deletions
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
}