diff options
Diffstat (limited to 'docs/dist/js/umd/modal.js')
| -rw-r--r-- | docs/dist/js/umd/modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/js/umd/modal.js b/docs/dist/js/umd/modal.js index b9295461e..160685d0b 100644 --- a/docs/dist/js/umd/modal.js +++ b/docs/dist/js/umd/modal.js @@ -155,7 +155,7 @@ $(this._dialog).on(Event.MOUSEDOWN_DISMISS, function () { $(_this._element).one(Event.MOUSEUP_DISMISS, function (event) { if ($(event.target).is(_this._element)) { - that._ignoreBackdropClick = true; + _this._ignoreBackdropClick = true; } }); }); |
