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:
authorXhmikosR <xhmikosr@gmail.com>2017-10-23 10:45:27 +0300
committerGitHub <noreply@github.com>2017-10-23 10:45:27 +0300
commitca4ad8bee8000617c2ae1a08afe7af1103058776 (patch)
tree2a4e37dd7f944f2fcabd3888c888c7d0e57c3df3 /js/src/util.js
parent1487c3a9947b0eb55c61b5d93ff9f0c69a812aeb (diff)
Clean up transitionEnd properties. (#24511)
We don't support Opera 12, and Firefox's property was the unprefixed one.
Diffstat (limited to 'js/src/util.js')
-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 e3e7797931..1fa55494ea 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'
}