diff options
| author | XhmikosR <[email protected]> | 2015-11-11 08:59:59 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-11-11 09:00:47 +0200 |
| commit | a291d79ecb4af9d8ca9e92cef2e2d2872f2efa38 (patch) | |
| tree | aab2ae79ccf10da6f56e1ebea114c4dfbe7d5d76 /dist/js/bootstrap.js | |
| parent | a8c04056fcb3c515eb0698085ba1bc183c23d247 (diff) | |
| download | bootstrap-a291d79ecb4af9d8ca9e92cef2e2d2872f2efa38.tar.xz bootstrap-a291d79ecb4af9d8ca9e92cef2e2d2872f2efa38.zip | |
Run `grunt`.
[ci skip]
Diffstat (limited to 'dist/js/bootstrap.js')
| -rw-r--r-- | dist/js/bootstrap.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 81354b225..91132418f 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -1786,7 +1786,7 @@ var Modal = (function ($) { $(this._dialog).on(Event.MOUSEDOWN_DISMISS, function () { $(_this7._element).one(Event.MOUSEUP_DISMISS, function (event) { if ($(event.target).is(_this7._element)) { - that._ignoreBackdropClick = true; + _this7._ignoreBackdropClick = true; } }); }); @@ -2753,6 +2753,8 @@ var Tab = (function ($) { return Tab; })(jQuery); +/* global Tether */ + /** * -------------------------------------------------------------------------- * Bootstrap (v4.0.0): tooltip.js |
