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/button.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/button.js')
| -rw-r--r-- | js/src/button.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/src/button.js b/js/src/button.js index a8a72ef56..a121b8e13 100644 --- a/js/src/button.js +++ b/js/src/button.js @@ -1,3 +1,4 @@ +import $ from 'jquery' /** * -------------------------------------------------------------------------- * Bootstrap (v4.0.0-beta): button.js @@ -5,7 +6,7 @@ * -------------------------------------------------------------------------- */ -const Button = (($) => { +const Button = (() => { /** |
