aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-03-24 20:01:51 -0700
committerJacob Thornton <[email protected]>2012-03-24 20:01:51 -0700
commit3e7920820a4c8b93282628ade9281ff0d4484a45 (patch)
treea9281d4b7575c74f0a737a044042aa72a117d693 /js
parent0dfff052cb27efdb81883449112adf6e0960aea4 (diff)
downloadbootstrap-3e7920820a4c8b93282628ade9281ff0d4484a45.tar.xz
bootstrap-3e7920820a4c8b93282628ade9281ff0d4484a45.zip
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 574f9915d..8c82cc311 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"