aboutsummaryrefslogtreecommitdiff
path: root/js/src/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/util.js')
-rw-r--r--js/src/util.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/src/util.js b/js/src/util.js
index 16d114b1a..71f93a7c5 100644
--- a/js/src/util.js
+++ b/js/src/util.js
@@ -7,7 +7,7 @@ import $ from 'jquery'
* --------------------------------------------------------------------------
*/
-const Util = (() => {
+const Util = (($) => {
/**
@@ -22,8 +22,6 @@ const Util = (() => {
const TransitionEndEvent = {
WebkitTransition : 'webkitTransitionEnd',
- MozTransition : 'transitionend',
- OTransition : 'oTransitionEnd otransitionend',
transition : 'transitionend'
}