Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-03-25 07:01:51 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-03-25 07:01:51 +0400
commit3e7920820a4c8b93282628ade9281ff0d4484a45 (patch)
treea9281d4b7575c74f0a737a044042aa72a117d693 /js
parent0dfff052cb27efdb81883449112adf6e0960aea4 (diff)
add missing closing brace
Diffstat (limited to 'js')
-rw-r--r--js/bootstrap-transition.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-transition.js b/js/bootstrap-transition.js
index 574f9915df..8c82cc311f 100644
--- a/js/bootstrap-transition.js
+++ b/js/bootstrap-transition.js
@@ -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"