Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored Feb 20, 2018
1 parent 99379f3 commit 25ffc44
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 25ffc44

Please sign in to comment.