aboutsummaryrefslogtreecommitdiff
path: root/js/src/util.js
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-08-21 09:11:37 +0200
committerXhmikosR <[email protected]>2019-02-20 22:05:45 +0200
commit0b16c8c6d9a9690d537bd08eac8a8292ebf938cd (patch)
treecf06827946db78c07a40d797a01fc5fd7a11e18d /js/src/util.js
parent8d34bc136b54f4605595f228253463c90a3c5c97 (diff)
downloadbootstrap-0b16c8c6d9a9690d537bd08eac8a8292ebf938cd.tar.xz
bootstrap-0b16c8c6d9a9690d537bd08eac8a8292ebf938cd.zip
alert without jquery
Diffstat (limited to 'js/src/util.js')
-rw-r--r--js/src/util.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/util.js b/js/src/util.js
index 2ffdec999..b5efeca14 100644
--- a/js/src/util.js
+++ b/js/src/util.js
@@ -5,7 +5,7 @@
* --------------------------------------------------------------------------
*/
-import Event from './dom/event'
+import EventHandler from './dom/eventHandler'
/**
* ------------------------------------------------------------------------
@@ -78,7 +78,7 @@ const Util = {
},
triggerTransitionEnd(element) {
- Event.trigger(element, Util.TRANSITION_END)
+ EventHandler.trigger(element, Util.TRANSITION_END)
},
// TODO: Remove in v5