diff options
| author | Johann-S <[email protected]> | 2018-11-14 10:16:56 +0100 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2018-11-14 10:54:50 +0100 |
| commit | 9201a805101943f9ec088639d520d7d2874bbed1 (patch) | |
| tree | b103dea4a9d52bac3bb849c6c14277f4000a1f9c /js/src/button.js | |
| parent | fab1dea92773e796a75ac4a2fadb645714ac80ce (diff) | |
| download | bootstrap-9201a805101943f9ec088639d520d7d2874bbed1.tar.xz bootstrap-9201a805101943f9ec088639d520d7d2874bbed1.zip | |
some cleaning and changes for readability
Diffstat (limited to 'js/src/button.js')
| -rw-r--r-- | js/src/button.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/button.js b/js/src/button.js index 6a2a54597..75b21d94d 100644 --- a/js/src/button.js +++ b/js/src/button.js @@ -1,5 +1,3 @@ -import $ from 'jquery' - /** * -------------------------------------------------------------------------- * Bootstrap (v4.1.3): button.js @@ -7,6 +5,8 @@ import $ from 'jquery' * -------------------------------------------------------------------------- */ +import $ from 'jquery' + /** * ------------------------------------------------------------------------ * Constants |
