aboutsummaryrefslogtreecommitdiff
path: root/js/src
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-10-23 10:45:27 +0300
committerGitHub <[email protected]>2017-10-23 10:45:27 +0300
commitca4ad8bee8000617c2ae1a08afe7af1103058776 (patch)
tree2a4e37dd7f944f2fcabd3888c888c7d0e57c3df3 /js/src
parent1487c3a9947b0eb55c61b5d93ff9f0c69a812aeb (diff)
downloadbootstrap-ca4ad8bee8000617c2ae1a08afe7af1103058776.tar.xz
bootstrap-ca4ad8bee8000617c2ae1a08afe7af1103058776.zip
Clean up transitionEnd properties. (#24511)
We don't support Opera 12, and Firefox's property was the unprefixed one.
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'
}