From a291d79ecb4af9d8ca9e92cef2e2d2872f2efa38 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 11 Nov 2015 08:59:59 +0200 Subject: Run `grunt`. [ci skip] --- js/dist/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/dist/modal.js') diff --git a/js/dist/modal.js b/js/dist/modal.js index 4b144efe0e..ffdab8be26 100644 --- a/js/dist/modal.js +++ b/js/dist/modal.js @@ -138,7 +138,7 @@ var Modal = (function ($) { $(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; } }); }); -- cgit v1.2.3