8000 Use MSTransitionEnd, too. · f2er/jquery.transit@dba0a37 · GitHub
[go: up one dir, main page]

Skip to content

Commit dba0a37

Browse files
committed
Use MSTransitionEnd, too.
1 parent 47d1077 commit dba0a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.transit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
var transitionEnd = isMozilla ? 'transitionend' :
2222
isOpera ? 'oTransitionEnd' :
2323
isWebkit ? 'webkitTransitionEnd' :
24-
isIE ? 'msTransitionEnd' : null;
24+
isIE ? 'MSTransitionEnd' : null;
2525

2626
// Check for the browser's transitions support.
2727
// You can access this in jQuery's `$.support.transition`.

0 commit comments

Co 3033 mments
 (0)
0