Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfat <fat@folders.local>2015-05-08 03:07:38 +0300
committerfat <fat@folders.local>2015-05-08 03:14:38 +0300
commit660505188241418ffda53b5eb848defecd5f57e1 (patch)
treeec0895cb5267cc798f386f96caca653a7fe191f1 /js/dist/util.js
parentc3a79b1a8c2fa8d7fc8edcd3e626dad8b45d5dc3 (diff)
button -> es6
Diffstat (limited to 'js/dist/util.js')
-rw-r--r--js/dist/util.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dist/util.js b/js/dist/util.js
index 4c8c4e6392..4f25e200da 100644
--- a/js/dist/util.js
+++ b/js/dist/util.js
@@ -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 \ No newline at end of file