mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-26 05:19:15 +02:00
button -> es6
This commit is contained in:
4
js/dist/util.js
vendored
4
js/dist/util.js
vendored
@@ -7,7 +7,7 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
var Util = (function () {
|
||||
var Util = (function ($) {
|
||||
|
||||
/**
|
||||
* ------------------------------------------------------------------------
|
||||
@@ -119,5 +119,5 @@ var Util = (function () {
|
||||
setTransitionEndSupport();
|
||||
|
||||
return Util;
|
||||
})();
|
||||
})(jQuery);
|
||||
//# sourceMappingURL=util.js.map
|
Reference in New Issue
Block a user