aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-11-03 14:45:53 -0700
committerJacob Thornton <[email protected]>2011-11-03 14:45:53 -0700
commit1b4b97d53015bc628a2eb001bcd569fb923a3c0c (patch)
tree98baf3b0b2530d148d1d83dc0dbf96b5aa85e3b6 /js
parentd8118084948fd5315870c91bb543eef3cee357a2 (diff)
downloadbootstrap-1b4b97d53015bc628a2eb001bcd569fb923a3c0c.tar.xz
bootstrap-1b4b97d53015bc628a2eb001bcd569fb923a3c0c.zip
rebuild css, add preserve-3d for faster animations, fix whitespace in mixins.less
Diffstat (limited to 'js')
-rw-r--r--js/bootstrap-alerts.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/bootstrap-alerts.js b/js/bootstrap-alerts.js
index 1c6f7f346..1c2c1f9c5 100644
--- a/js/bootstrap-alerts.js
+++ b/js/bootstrap-alerts.js
@@ -40,11 +40,11 @@
if ( $.support.transition ) {
transitionEnd = "TransitionEnd"
if ( $.browser.webkit ) {
- transitionEnd = "webkitTransitionEnd"
+ transitionEnd = "webkitTransitionEnd"
} else if ( $.browser.mozilla ) {
- transitionEnd = "transitionend"
+ transitionEnd = "transitionend"
} else if ( $.browser.opera ) {
- transitionEnd = "oTransitionEnd"
+ transitionEnd = "oTransitionEnd"
}
}