mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +01:00
grunt
This commit is contained in:
parent
8d8524e594
commit
9a51410fd3
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
96
dist/js/bootstrap.js
vendored
96
dist/js/bootstrap.js
vendored
@ -15,7 +15,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
+function ($) {
|
(function (o_o) {
|
||||||
|
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
|
||||||
|
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
|
||||||
|
})(function ($) {
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/)
|
// CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/)
|
||||||
@ -54,7 +58,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
$.support.transition = transitionEnd()
|
$.support.transition = transitionEnd()
|
||||||
})
|
})
|
||||||
|
|
||||||
}(jQuery);
|
});
|
||||||
|
|
||||||
/* ========================================================================
|
/* ========================================================================
|
||||||
* Bootstrap: alert.js v3.1.1
|
* Bootstrap: alert.js v3.1.1
|
||||||
@ -65,7 +69,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
+function ($) {
|
(function (o_o) {
|
||||||
|
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
|
||||||
|
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
|
||||||
|
})(function ($) {
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// ALERT CLASS DEFINITION
|
// ALERT CLASS DEFINITION
|
||||||
@ -147,7 +155,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
|
|
||||||
$(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close)
|
$(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close)
|
||||||
|
|
||||||
}(jQuery);
|
});
|
||||||
|
|
||||||
/* ========================================================================
|
/* ========================================================================
|
||||||
* Bootstrap: button.js v3.1.1
|
* Bootstrap: button.js v3.1.1
|
||||||
@ -158,7 +166,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
+function ($) {
|
(function (o_o) {
|
||||||
|
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
|
||||||
|
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
|
||||||
|
})(function ($) {
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// BUTTON PUBLIC CLASS DEFINITION
|
// BUTTON PUBLIC CLASS DEFINITION
|
||||||
@ -258,7 +270,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
})
|
})
|
||||||
|
|
||||||
}(jQuery);
|
});
|
||||||
|
|
||||||
/* ========================================================================
|
/* ========================================================================
|
||||||
* Bootstrap: carousel.js v3.1.1
|
* Bootstrap: carousel.js v3.1.1
|
||||||
@ -269,7 +281,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
+function ($) {
|
(function (o_o) {
|
||||||
|
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
|
||||||
|
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
|
||||||
|
})(function ($) {
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// CAROUSEL CLASS DEFINITION
|
// CAROUSEL CLASS DEFINITION
|
||||||
@ -471,7 +487,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
}(jQuery);
|
});
|
||||||
|
|
||||||
/* ========================================================================
|
/* ========================================================================
|
||||||
* Bootstrap: collapse.js v3.1.1
|
* Bootstrap: collapse.js v3.1.1
|
||||||
@ -482,7 +498,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
+function ($) {
|
(function (o_o) {
|
||||||
|
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
|
||||||
|
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
|
||||||
|
})(function ($) {
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// COLLAPSE PUBLIC CLASS DEFINITION
|
// COLLAPSE PUBLIC CLASS DEFINITION
|
||||||
@ -653,7 +673,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
Plugin.call($target, option)
|
Plugin.call($target, option)
|
||||||
})
|
})
|
||||||
|
|
||||||
}(jQuery);
|
});
|
||||||
|
|
||||||
/* ========================================================================
|
/* ========================================================================
|
||||||
* Bootstrap: dropdown.js v3.1.1
|
* Bootstrap: dropdown.js v3.1.1
|
||||||
@ -664,7 +684,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
+function ($) {
|
(function (o_o) {
|
||||||
|
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
|
||||||
|
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
|
||||||
|
})(function ($) {
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// DROPDOWN CLASS DEFINITION
|
// DROPDOWN CLASS DEFINITION
|
||||||
@ -805,7 +829,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
.on('click.bs.dropdown.data-api', toggle, Dropdown.prototype.toggle)
|
.on('click.bs.dropdown.data-api', toggle, Dropdown.prototype.toggle)
|
||||||
.on('keydown.bs.dropdown.data-api', toggle + ', [role="menu"], [role="listbox"]', Dropdown.prototype.keydown)
|
.on('keydown.bs.dropdown.data-api', toggle + ', [role="menu"], [role="listbox"]', Dropdown.prototype.keydown)
|
||||||
|
|
||||||
}(jQuery);
|
});
|
||||||
|
|
||||||
/* ========================================================================
|
/* ========================================================================
|
||||||
* Bootstrap: modal.js v3.1.1
|
* Bootstrap: modal.js v3.1.1
|
||||||
@ -816,7 +840,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
+function ($) {
|
(function (o_o) {
|
||||||
|
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
|
||||||
|
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
|
||||||
|
})(function ($) {
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// MODAL CLASS DEFINITION
|
// MODAL CLASS DEFINITION
|
||||||
@ -1086,7 +1114,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
Plugin.call($target, option, this)
|
Plugin.call($target, option, this)
|
||||||
})
|
})
|
||||||
|
|
||||||
}(jQuery);
|
});
|
||||||
|
|
||||||
/* ========================================================================
|
/* ========================================================================
|
||||||
* Bootstrap: tooltip.js v3.1.1
|
* Bootstrap: tooltip.js v3.1.1
|
||||||
@ -1098,7 +1126,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
+function ($) {
|
(function (o_o) {
|
||||||
|
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
|
||||||
|
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
|
||||||
|
})(function ($) {
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// TOOLTIP PUBLIC CLASS DEFINITION
|
// TOOLTIP PUBLIC CLASS DEFINITION
|
||||||
@ -1544,7 +1576,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
return this
|
return this
|
||||||
}
|
}
|
||||||
|
|
||||||
}(jQuery);
|
});
|
||||||
|
|
||||||
/* ========================================================================
|
/* ========================================================================
|
||||||
* Bootstrap: popover.js v3.1.1
|
* Bootstrap: popover.js v3.1.1
|
||||||
@ -1555,7 +1587,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
+function ($) {
|
(function (o_o) {
|
||||||
|
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
|
||||||
|
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
|
||||||
|
})(function ($) {
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// POPOVER PUBLIC CLASS DEFINITION
|
// POPOVER PUBLIC CLASS DEFINITION
|
||||||
@ -1658,7 +1694,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
return this
|
return this
|
||||||
}
|
}
|
||||||
|
|
||||||
}(jQuery);
|
});
|
||||||
|
|
||||||
/* ========================================================================
|
/* ========================================================================
|
||||||
* Bootstrap: scrollspy.js v3.1.1
|
* Bootstrap: scrollspy.js v3.1.1
|
||||||
@ -1669,7 +1705,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
+function ($) {
|
(function (o_o) {
|
||||||
|
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
|
||||||
|
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
|
||||||
|
})(function ($) {
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// SCROLLSPY CLASS DEFINITION
|
// SCROLLSPY CLASS DEFINITION
|
||||||
@ -1819,7 +1859,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
}(jQuery);
|
});
|
||||||
|
|
||||||
/* ========================================================================
|
/* ========================================================================
|
||||||
* Bootstrap: tab.js v3.1.1
|
* Bootstrap: tab.js v3.1.1
|
||||||
@ -1830,7 +1870,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
+function ($) {
|
(function (o_o) {
|
||||||
|
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
|
||||||
|
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
|
||||||
|
})(function ($) {
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// TAB CLASS DEFINITION
|
// TAB CLASS DEFINITION
|
||||||
@ -1948,7 +1992,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
Plugin.call($(this), 'show')
|
Plugin.call($(this), 'show')
|
||||||
})
|
})
|
||||||
|
|
||||||
}(jQuery);
|
});
|
||||||
|
|
||||||
/* ========================================================================
|
/* ========================================================================
|
||||||
* Bootstrap: affix.js v3.1.1
|
* Bootstrap: affix.js v3.1.1
|
||||||
@ -1959,7 +2003,11 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
* ======================================================================== */
|
* ======================================================================== */
|
||||||
|
|
||||||
|
|
||||||
+function ($) {
|
(function (o_o) {
|
||||||
|
typeof define === 'function' && define.amd ? define(['jquery'], o_o) :
|
||||||
|
typeof exports === 'object' ? o_o(require('jquery')) : o_o(this.jQuery)
|
||||||
|
})(function ($) {
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// AFFIX CLASS DEFINITION
|
// AFFIX CLASS DEFINITION
|
||||||
@ -2091,4 +2139,4 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
}(jQuery);
|
});
|
||||||
|
3
dist/js/bootstrap.min.js
vendored
3
dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
3
docs/dist/js/bootstrap.min.js
vendored
3
docs/dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user