Skip to content

Commit

Permalink
Remove unused variable (#25670)
Browse files Browse the repository at this point in the history
This variable is not used anywhere.

Leftover from #18373.
  • Loading branch information
MartijnCuppens authored and XhmikosR committed Feb 25, 2018
1 parent c9b194a commit 29f178d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ const Modal = (($) => {
this._isShown = false
this._isBodyOverflowing = false
this._ignoreBackdropClick = false
this._originalBodyPadding = 0
this._scrollbarWidth = 0
}

Expand Down

0 comments on commit 29f178d

Please sign in to comment.