aboutsummaryrefslogtreecommitdiff
path: root/js/src/util.js
diff options
context:
space:
mode:
authorfat <[email protected]>2015-05-07 17:07:38 -0700
committerfat <[email protected]>2015-05-07 17:14:38 -0700
commit660505188241418ffda53b5eb848defecd5f57e1 (patch)
treeec0895cb5267cc798f386f96caca653a7fe191f1 /js/src/util.js
parentc3a79b1a8c2fa8d7fc8edcd3e626dad8b45d5dc3 (diff)
downloadbootstrap-660505188241418ffda53b5eb848defecd5f57e1.tar.xz
bootstrap-660505188241418ffda53b5eb848defecd5f57e1.zip
button -> es6
Diffstat (limited to 'js/src/util.js')
-rw-r--r--js/src/util.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/util.js b/js/src/util.js
index 68205edef..abc548a45 100644
--- a/js/src/util.js
+++ b/js/src/util.js
@@ -5,7 +5,7 @@
* --------------------------------------------------------------------------
*/
-const Util = (() => {
+const Util = (($) => {
/**
@@ -119,6 +119,6 @@ const Util = (() => {
return Util
-})()
+})(jQuery)
export default Util