1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 20:55:50 +02:00

Run grunt.

[ci skip]
This commit is contained in:
XhmikosR
2015-11-11 08:59:59 +02:00
parent a8c04056fc
commit a291d79ecb
24 changed files with 464 additions and 449 deletions

View File

@@ -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