]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
MSTransitionEnd + move paren (thanks rick waldron)
authorJacob Thornton <jacobthornton@gmail.com>
Thu, 29 Mar 2012 21:14:17 +0000 (14:14 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Thu, 29 Mar 2012 21:14:17 +0000 (14:14 -0700)
docs/assets/bootstrap.zip
docs/assets/js/bootstrap-transition.js
js/bootstrap-transition.js

index 6d85ff5f7b12bf1774ba099a690376bf5e82908a..ea0088fcf54627550a5d7b61898224fbc4d3eda3 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 805f314be6b0f9203b6fef77234566c54352eb3e..8ff3c90023550056ec59cb1a89e150bae496f268 100644 (file)
@@ -36,7 +36,7 @@
                'WebkitTransition' : 'webkitTransitionEnd'
             ,  'MozTransition'    : 'transitionend'
             ,  'OTransition'      : 'oTransitionEnd'
-            ,  'msTransition'     : 'MsTransitionEnd'
+            ,  'msTransition'     : 'MSTransitionEnd'
             ,  'transition'       : 'transitionend'
             }
           , name
index 805f314be6b0f9203b6fef77234566c54352eb3e..8ff3c90023550056ec59cb1a89e150bae496f268 100644 (file)
@@ -36,7 +36,7 @@
                'WebkitTransition' : 'webkitTransitionEnd'
             ,  'MozTransition'    : 'transitionend'
             ,  'OTransition'      : 'oTransitionEnd'
-            ,  'msTransition'     : 'MsTransitionEnd'
+            ,  'msTransition'     : 'MSTransitionEnd'
             ,  'transition'       : 'transitionend'
             }
           , name