]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add MSTransitionEnd event to js plugin
authorJacob Thornton <jacobthornton@gmail.com>
Sun, 25 Mar 2012 02:02:55 +0000 (19:02 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Sun, 25 Mar 2012 02:02:55 +0000 (19:02 -0700)
js/bootstrap-transition.js

index f73de1c589a01905574f00a3a44bafa581c24459..574f9915df0e059c89ff8992133f62dda2e85dc0 100644 (file)
@@ -39,6 +39,8 @@
                transitionEnd = "webkitTransitionEnd"
           } else if ( $.browser.mozilla ) {
                transitionEnd = "transitionend"
+          else if ( $.browser.msie ) {
+            transitionEnd = "MSTransitionEnd"
           } else if ( $.browser.opera ) {
                transitionEnd = "oTransitionEnd"
           }