0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

add missing closing brace

This commit is contained in:
Jacob Thornton 2012-03-24 20:01:51 -07:00
parent 0dfff052cb
commit 3e7920820a
3 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -39,6 +39,8 @@
transitionEnd = "webkitTransitionEnd"
} else if ( $.browser.mozilla ) {
transitionEnd = "transitionend"
} else if ( $.browser.msie ) {
transitionEnd = "MSTransitionEnd"
} else if ( $.browser.opera ) {
transitionEnd = "oTransitionEnd"
}

View File

@ -39,7 +39,7 @@
transitionEnd = "webkitTransitionEnd"
} else if ( $.browser.mozilla ) {
transitionEnd = "transitionend"
else if ( $.browser.msie ) {
} else if ( $.browser.msie ) {
transitionEnd = "MSTransitionEnd"
} else if ( $.browser.opera ) {
transitionEnd = "oTransitionEnd"