aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJonathan Sampson <[email protected]>2012-07-24 01:50:38 -0400
committerJonathan Sampson <[email protected]>2012-07-24 01:50:38 -0400
commit2a0cf0f1312ff9edf96bed047758eb6e295b18ff (patch)
tree6d04739731b16f1b5998c67fbfa12c46ebbd5b21 /js
parent614d52bd7f86591a0b0ab09e1c16ee888610d8a3 (diff)
downloadbootstrap-2a0cf0f1312ff9edf96bed047758eb6e295b18ff.tar.xz
bootstrap-2a0cf0f1312ff9edf96bed047758eb6e295b18ff.zip
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
Diffstat (limited to 'js')
-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 0c37ebb18..c5b2674f3 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