2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

button -> es6

This commit is contained in:
fat
2015-05-07 17:07:38 -07:00
parent c3a79b1a8c
commit 6605051882
14 changed files with 338 additions and 383 deletions
+2 -2
View File
@@ -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