diff options
| author | Johann-S <[email protected]> | 2017-09-02 09:04:04 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-02 09:04:04 +0200 |
| commit | 37e105333dace2812cedef88ac2aa31a17b38b66 (patch) | |
| tree | 1aea0b75a55ce027c2acfae6e5a5a59f2e45eab1 /js/src/util.js | |
| parent | a766dd56927d0b107e8c909539bf35f5fc4ecb4e (diff) | |
| parent | 56e415d57d342d23163346bf41c00479617d5f3a (diff) | |
| download | bootstrap-37e105333dace2812cedef88ac2aa31a17b38b66.tar.xz bootstrap-37e105333dace2812cedef88ac2aa31a17b38b66.zip | |
Merge branch 'v4-dev' into fix-unwanted-padding-on-modal
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 = (() => { /** |
