diff options
| author | Johann-S <[email protected]> | 2017-09-02 19:31:12 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-02 19:31:12 +0200 |
| commit | bfa4df21f31e9b6007fadeaf6b90c22e888c7849 (patch) | |
| tree | 0e9d33ba69840c7bcdb8eb83f1381e3310252a4c /js/src/util.js | |
| parent | 0b06ad69d2c3428b052ca228c0b12b45ab36ec55 (diff) | |
| parent | 8f7a8cf5a7e5993221a39c3fa83d6dbfb50dd29e (diff) | |
| download | bootstrap-bfa4df21f31e9b6007fadeaf6b90c22e888c7849.tar.xz bootstrap-bfa4df21f31e9b6007fadeaf6b90c22e888c7849.zip | |
Merge branch 'v4-dev' into patch-5
Diffstat (limited to 'js/src/util.js')
| -rw-r--r-- | js/src/util.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/js/src/util.js b/js/src/util.js index cd3f1fb6a..b18d0f776 100644 --- a/js/src/util.js +++ b/js/src/util.js @@ -1,3 +1,5 @@ +import $ from 'jquery' + /** * -------------------------------------------------------------------------- * Bootstrap (v4.0.0-beta): util.js @@ -5,7 +7,7 @@ * -------------------------------------------------------------------------- */ -const Util = (($) => { +const Util = (() => { /** |
