1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

fix scroll thinggg

This commit is contained in:
Jacob Thornton
2012-07-24 00:30:58 -07:00
parent 5b2f2ed821
commit e38fa4b1f4
15 changed files with 12 additions and 15 deletions

View File

@@ -37,7 +37,6 @@
'WebkitTransition' : 'webkitTransitionEnd'
, 'MozTransition' : 'transitionend'
, 'OTransition' : 'oTransitionEnd otransitionend'
, 'msTransition' : 'MSTransitionEnd'
, 'transition' : 'transitionend'
}
, name

View File

@@ -37,7 +37,6 @@
'WebkitTransition' : 'webkitTransitionEnd'
, 'MozTransition' : 'transitionend'
, 'OTransition' : 'oTransitionEnd otransitionend'
, 'msTransition' : 'MSTransitionEnd'
, 'transition' : 'transitionend'
}
, name

File diff suppressed because one or more lines are too long