aboutsummaryrefslogtreecommitdiff
path: root/js/src
diff options
context:
space:
mode:
Diffstat (limited to 'js/src')
-rw-r--r--js/src/util.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/util.js b/js/src/util.js
index e3e779793..1fa55494e 100644
--- a/js/src/util.js
+++ b/js/src/util.js
@@ -22,8 +22,6 @@ const Util = (() => {
const TransitionEndEvent = {
WebkitTransition : 'webkitTransitionEnd',
- MozTransition : 'transitionend',
- OTransition : 'oTransitionEnd otransitionend',
transition : 'transitionend'
}