mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-18 08:51:07 +00:00
Merge branch '2.1.0-wip' of github.com:twitter/bootstrap into 2.1.0-wip
This commit is contained in:
commit
7ce048bccd
1 changed files with 0 additions and 1 deletions
1
js/bootstrap-transition.js
vendored
1
js/bootstrap-transition.js
vendored
|
|
@ -37,7 +37,6 @@
|
||||||
'WebkitTransition' : 'webkitTransitionEnd'
|
'WebkitTransition' : 'webkitTransitionEnd'
|
||||||
, 'MozTransition' : 'transitionend'
|
, 'MozTransition' : 'transitionend'
|
||||||
, 'OTransition' : 'oTransitionEnd otransitionend'
|
, 'OTransition' : 'oTransitionEnd otransitionend'
|
||||||
, 'msTransition' : 'MSTransitionEnd'
|
|
||||||
, 'transition' : 'transitionend'
|
, 'transition' : 'transitionend'
|
||||||
}
|
}
|
||||||
, name
|
, name
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue