Commit 29f178d8 authored by Martijn Cuppens's avatar Martijn Cuppens Committed by XhmikosR
Browse files

Remove unused variable (#25670)

This variable is not used anywhere.

Leftover from #18373.
parent c9b194ae
3 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!17021v4
Showing with 0 additions and 1 deletion
+0 -1
...@@ -85,7 +85,6 @@ const Modal = (($) => { ...@@ -85,7 +85,6 @@ const Modal = (($) => {
this._isShown = false this._isShown = false
this._isBodyOverflowing = false this._isBodyOverflowing = false
this._ignoreBackdropClick = false this._ignoreBackdropClick = false
this._originalBodyPadding = 0
this._scrollbarWidth = 0 this._scrollbarWidth = 0
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment