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:
@@ -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
|
||||
|
Reference in New Issue
Block a user