diff options
| author | fat <[email protected]> | 2015-05-07 17:07:38 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2015-05-07 17:14:38 -0700 |
| commit | 660505188241418ffda53b5eb848defecd5f57e1 (patch) | |
| tree | ec0895cb5267cc798f386f96caca653a7fe191f1 /js/src/util.js | |
| parent | c3a79b1a8c2fa8d7fc8edcd3e626dad8b45d5dc3 (diff) | |
| download | bootstrap-660505188241418ffda53b5eb848defecd5f57e1.tar.xz bootstrap-660505188241418ffda53b5eb848defecd5f57e1.zip | |
button -> es6
Diffstat (limited to 'js/src/util.js')
| -rw-r--r-- | js/src/util.js | 4 |
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 |
