1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +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

2
js/dist/modal.js vendored
View File

@@ -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;
}
});
});

File diff suppressed because one or more lines are too long

2
js/dist/tooltip.js vendored
View File

@@ -1,3 +1,5 @@
/* global Tether */
'use strict';
var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();

File diff suppressed because one or more lines are too long