aboutsummaryrefslogtreecommitdiff
path: root/js/src/index.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-02-19 23:52:04 +0200
committerXhmikosR <[email protected]>2019-02-20 22:05:45 +0200
commit68e6de42ecca81aa7b46f6387ea4d057bd013a6e (patch)
tree08793a1d0702bc91c6f3437422ac457084c1fb87 /js/src/index.js
parent9fda96e197abc9eba24962443ed79bc11fef485c (diff)
downloadbootstrap-68e6de42ecca81aa7b46f6387ea4d057bd013a6e.tar.xz
bootstrap-68e6de42ecca81aa7b46f6387ea4d057bd013a6e.zip
Use `Util.makeArray()`.
Diffstat (limited to 'js/src/index.js')
-rw-r--r--js/src/index.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/js/src/index.js b/js/src/index.js
index aa35ed07b..8a0044fe5 100644
--- a/js/src/index.js
+++ b/js/src/index.js
@@ -1,3 +1,10 @@
+/**
+ * --------------------------------------------------------------------------
+ * Bootstrap (v4.3.1): index.js
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * --------------------------------------------------------------------------
+ */
+
import Alert from './alert'
import Button from './button'
import Carousel from './carousel'
@@ -11,13 +18,6 @@ import Toast from './toast'
import Tooltip from './tooltip'
import Util from './util'
-/**
- * --------------------------------------------------------------------------
- * Bootstrap (v4.3.1): index.js
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * --------------------------------------------------------------------------
- */
-
export {
Util,
Alert,