aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/js/umd/modal.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-11-11 08:59:59 +0200
committerXhmikosR <[email protected]>2015-11-11 09:00:47 +0200
commita291d79ecb4af9d8ca9e92cef2e2d2872f2efa38 (patch)
treeaab2ae79ccf10da6f56e1ebea114c4dfbe7d5d76 /docs/dist/js/umd/modal.js
parenta8c04056fcb3c515eb0698085ba1bc183c23d247 (diff)
downloadbootstrap-a291d79ecb4af9d8ca9e92cef2e2d2872f2efa38.tar.xz
bootstrap-a291d79ecb4af9d8ca9e92cef2e2d2872f2efa38.zip
Run `grunt`.
[ci skip]
Diffstat (limited to 'docs/dist/js/umd/modal.js')
-rw-r--r--docs/dist/js/umd/modal.js2
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;
}
});
});