Skip to content

Commit

Permalink
Merge pull request #4166 from jonathansampson/2.1.0-wip
Browse files Browse the repository at this point in the history
IE10 uses 'transition' and 'transitionend'
  • Loading branch information
fat committed Jul 24, 2012
2 parents f085dba + 2a0cf0f commit 802ced9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/bootstrap-transition.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
'WebkitTransition' : 'webkitTransitionEnd'
, 'MozTransition' : 'transitionend'
, 'OTransition' : 'oTransitionEnd otransitionend'
, 'msTransition' : 'MSTransitionEnd'
, 'transition' : 'transitionend'
}
, name
Expand Down

0 comments on commit 802ced9

Please sign in to comment.