diff options
| author | Jacob Thornton <[email protected]> | 2012-03-24 20:01:51 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-03-24 20:01:51 -0700 |
| commit | 3e7920820a4c8b93282628ade9281ff0d4484a45 (patch) | |
| tree | a9281d4b7575c74f0a737a044042aa72a117d693 /js | |
| parent | 0dfff052cb27efdb81883449112adf6e0960aea4 (diff) | |
| download | bootstrap-3e7920820a4c8b93282628ade9281ff0d4484a45.tar.xz bootstrap-3e7920820a4c8b93282628ade9281ff0d4484a45.zip | |
add missing closing brace
Diffstat (limited to 'js')
| -rw-r--r-- | js/bootstrap-transition.js | 2 |
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" |
