diff options
| author | Martijn Cuppens <[email protected]> | 2018-02-25 10:22:50 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-02-25 11:22:50 +0200 |
| commit | 29f178d89129732d35ae812667709c64cdb28a6f (patch) | |
| tree | cb5296eaf49eea6ba1e963f7c9b9cd71fb503f75 /js/src | |
| parent | c9b194ae21bf366a00534f80368d9a1dbbaadb2e (diff) | |
| download | bootstrap-29f178d89129732d35ae812667709c64cdb28a6f.tar.xz bootstrap-29f178d89129732d35ae812667709c64cdb28a6f.zip | |
Remove unused variable (#25670)
This variable is not used anywhere.
Leftover from #18373.
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/modal.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/modal.js b/js/src/modal.js index 2ca56e7e2..12ab8bfd7 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 } |
