aboutsummaryrefslogtreecommitdiff
path: root/js/src/button.js
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-08-29 21:16:00 +0200
committerJohann-S <[email protected]>2017-08-31 18:43:04 +0200
commit9936bf59444c402b653f28449529eab83794e911 (patch)
tree9f92962faffb32135e5d1a3af31176572c359884 /js/src/button.js
parent0165a620ec5826289dd56c0683c413e7a5b47fcb (diff)
downloadbootstrap-9936bf59444c402b653f28449529eab83794e911.tar.xz
bootstrap-9936bf59444c402b653f28449529eab83794e911.zip
Create a bundled release of Bootstrap with Popper.js inside
Diffstat (limited to 'js/src/button.js')
-rw-r--r--js/src/button.js3
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 = (() => {
/**