Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-11-11 09:59:59 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-11-11 10:00:47 +0300
commita291d79ecb4af9d8ca9e92cef2e2d2872f2efa38 (patch)
treeaab2ae79ccf10da6f56e1ebea114c4dfbe7d5d76 /js/dist/modal.js
parenta8c04056fcb3c515eb0698085ba1bc183c23d247 (diff)
Run `grunt`.
[ci skip]
Diffstat (limited to 'js/dist/modal.js')
-rw-r--r--js/dist/modal.js2
1 files changed, 1 insertions, 1 deletions
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;
}
});
});