2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

MSTransitionEnd + move paren (thanks rick waldron)

This commit is contained in:
Jacob Thornton
2012-03-29 14:14:17 -07:00
parent 0665c3ebf7
commit 2dc979a202
3 changed files with 2 additions and 2 deletions
Binary file not shown.
+1 -1
View File
@@ -36,7 +36,7 @@
'WebkitTransition' : 'webkitTransitionEnd'
, 'MozTransition' : 'transitionend'
, 'OTransition' : 'oTransitionEnd'
, 'msTransition' : 'MsTransitionEnd'
, 'msTransition' : 'MSTransitionEnd'
, 'transition' : 'transitionend'
}
, name
+1 -1
View File
@@ -36,7 +36,7 @@
'WebkitTransition' : 'webkitTransitionEnd'
, 'MozTransition' : 'transitionend'
, 'OTransition' : 'oTransitionEnd'
, 'msTransition' : 'MsTransitionEnd'
, 'msTransition' : 'MSTransitionEnd'
, 'transition' : 'transitionend'
}
, name