diff options
| author | Mark Otto <[email protected]> | 2012-07-23 23:57:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-23 23:57:13 -0700 |
| commit | 7ce048bccd618bbae794a9115861d1927664b8ed (patch) | |
| tree | 071a5c659af439a8eef592e412b41d3a1acead0c | |
| parent | cd441e082f25836be85ecc14f0bed4d8e74965b2 (diff) | |
| parent | 802ced9ca5cc83731a2907752863aab76a8e195d (diff) | |
| download | bootstrap-7ce048bccd618bbae794a9115861d1927664b8ed.tar.xz bootstrap-7ce048bccd618bbae794a9115861d1927664b8ed.zip | |
Merge branch '2.1.0-wip' of github.com:twitter/bootstrap into 2.1.0-wip
| -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 |
