Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2018-08-23 19:31:25 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-13 09:47:32 +0300
commit16cf76ff1aa20f5b10d782f1170f6a1c36bcae0a (patch)
tree471dc520b9655f1e15b517d4efc5b3416a636786 /js/src/index.js
parentd0652a1be9744ac433d26c960a4253074bd40639 (diff)
Create toast JS plugin, add unit tests.
Diffstat (limited to 'js/src/index.js')
-rw-r--r--js/src/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/src/index.js b/js/src/index.js
index 580562907f..6d99ff3918 100644
--- a/js/src/index.js
+++ b/js/src/index.js
@@ -8,6 +8,7 @@ import Modal from './modal'
import Popover from './popover'
import Scrollspy from './scrollspy'
import Tab from './tab'
+import Toast from './toast'
import Tooltip from './tooltip'
import Util from './util'
@@ -46,5 +47,6 @@ export {
Popover,
Scrollspy,
Tab,
+ Toast,
Tooltip
}