Lowercase otransitionend event.

This commit is contained in:
Mike Taylor 2012-10-30 14:06:59 -05:00
parent 3aa4f2be5c
commit b19fc86020

View File

@ -39,7 +39,7 @@
} else if ( $.browser.mozilla ) {
transitionEnd = "transitionend"
} else if ( $.browser.opera ) {
transitionEnd = "oTransitionEnd"
transitionEnd = "otransitionend"
}
return transitionEnd
}())