mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 02:24:19 +02:00
add missing closing brace
This commit is contained in:
2
js/bootstrap-transition.js
vendored
2
js/bootstrap-transition.js
vendored
@@ -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"
|
||||
|
Reference in New Issue
Block a user