1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 05:19:15 +02: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

4
js/dist/util.js vendored
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