mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
button -> es6
This commit is contained in:
Vendored
+2
-2
@@ -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