diff options
| author | Jonathan Sampson <[email protected]> | 2012-07-24 01:50:38 -0400 |
|---|---|---|
| committer | Jonathan Sampson <[email protected]> | 2012-07-24 01:50:38 -0400 |
| commit | 2a0cf0f1312ff9edf96bed047758eb6e295b18ff (patch) | |
| tree | 6d04739731b16f1b5998c67fbfa12c46ebbd5b21 /js | |
| parent | 614d52bd7f86591a0b0ab09e1c16ee888610d8a3 (diff) | |
| download | bootstrap-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.js | 1 |
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 |
