diff options
| author | Gijs Boddeus <[email protected]> | 2017-10-04 11:03:20 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-04 11:03:20 +0200 |
| commit | 3d5b1c004ac0d6e3758164e5bbba9f493579f3d3 (patch) | |
| tree | 6bafbfa7d36d4ed458c4147b254f8fd6161932a6 /js/src/button.js | |
| parent | df6a8f7d813a5327f999ebcbed7c7015ad4dd80a (diff) | |
| parent | 1207048319c3efb635131a9c8bb1149aee51cad3 (diff) | |
| download | bootstrap-3d5b1c004ac0d6e3758164e5bbba9f493579f3d3.tar.xz bootstrap-3d5b1c004ac0d6e3758164e5bbba9f493579f3d3.zip | |
Merge branch 'v4-dev' into yiq-function-update
Diffstat (limited to 'js/src/button.js')
| -rw-r--r-- | js/src/button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/button.js b/js/src/button.js index a121b8e13..7bf5e87dd 100644 --- a/js/src/button.js +++ b/js/src/button.js @@ -182,6 +182,6 @@ const Button = (() => { return Button -})(jQuery) +})($) export default Button |
