0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Clean up transitionEnd properties. (#24511)

We don't support Opera 12, and Firefox's property was the unprefixed one.
This commit is contained in:
XhmikosR 2017-10-23 10:45:27 +03:00 committed by GitHub
parent 1487c3a994
commit ca4ad8bee8

View File

@ -22,8 +22,6 @@ const Util = (() => {
const TransitionEndEvent = {
WebkitTransition : 'webkitTransitionEnd',
MozTransition : 'transitionend',
OTransition : 'oTransitionEnd otransitionend',
transition : 'transitionend'
}