mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
add missing closing brace
This commit is contained in:
Binary file not shown.
+2
@@ -39,6 +39,8 @@
|
|||||||
transitionEnd = "webkitTransitionEnd"
|
transitionEnd = "webkitTransitionEnd"
|
||||||
} else if ( $.browser.mozilla ) {
|
} else if ( $.browser.mozilla ) {
|
||||||
transitionEnd = "transitionend"
|
transitionEnd = "transitionend"
|
||||||
|
} else if ( $.browser.msie ) {
|
||||||
|
transitionEnd = "MSTransitionEnd"
|
||||||
} else if ( $.browser.opera ) {
|
} else if ( $.browser.opera ) {
|
||||||
transitionEnd = "oTransitionEnd"
|
transitionEnd = "oTransitionEnd"
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
@@ -39,7 +39,7 @@
|
|||||||
transitionEnd = "webkitTransitionEnd"
|
transitionEnd = "webkitTransitionEnd"
|
||||||
} else if ( $.browser.mozilla ) {
|
} else if ( $.browser.mozilla ) {
|
||||||
transitionEnd = "transitionend"
|
transitionEnd = "transitionend"
|
||||||
else if ( $.browser.msie ) {
|
} else if ( $.browser.msie ) {
|
||||||
transitionEnd = "MSTransitionEnd"
|
transitionEnd = "MSTransitionEnd"
|
||||||
} else if ( $.browser.opera ) {
|
} else if ( $.browser.opera ) {
|
||||||
transitionEnd = "oTransitionEnd"
|
transitionEnd = "oTransitionEnd"
|
||||||
|
|||||||
Reference in New Issue
Block a user