mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-26 05:19:15 +02:00
MD/CommonJS/Globals #12909
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
* ======================================================================== */
|
||||
|
||||
|
||||
+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';
|
||||
|
||||
// CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/)
|
||||
@@ -46,4 +50,4 @@
|
||||
$.support.transition = transitionEnd()
|
||||
})
|
||||
|
||||
}(jQuery);
|
||||
});
|
||||
|
Reference in New Issue
Block a user