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:
authorJonathan Sampson <jjdsampson@gmail.com>2012-07-24 09:50:38 +0400
committerJonathan Sampson <jjdsampson@gmail.com>2012-07-24 09:50:38 +0400
commit2a0cf0f1312ff9edf96bed047758eb6e295b18ff (patch)
tree6d04739731b16f1b5998c67fbfa12c46ebbd5b21
parent614d52bd7f86591a0b0ab09e1c16ee888610d8a3 (diff)
IE10 uses 'transition' and 'transitionend'
msTransition, while supported in IE, should be ignored in favor of the unprefixed property. Additionally, MSTransitionEnd should also be ignored in favor of the unprefixed event transitionend. Current unit test requires no attention in light of this change. MSDN: http://msdn.microsoft.com/en-us/library/ie/hh673535(v=vs.85).aspx#transitions_dom_events
-rw-r--r--js/bootstrap-transition.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/bootstrap-transition.js b/js/bootstrap-transition.js
index 0c37ebb187..c5b2674f37 100644
--- a/js/bootstrap-transition.js
+++ b/js/bootstrap-transition.js
@@ -37,7 +37,6 @@
'WebkitTransition' : 'webkitTransitionEnd'
, 'MozTransition' : 'transitionend'
, 'OTransition' : 'oTransitionEnd otransitionend'
- , 'msTransition' : 'MSTransitionEnd'
, 'transition' : 'transitionend'
}
, name