Skip to content

Commit

Permalink
Clean up transitionEnd properties. (#24511)
Browse files Browse the repository at this point in the history
We don't support Opera 12, and Firefox's property was the unprefixed one.
  • Loading branch information
XhmikosR authored Oct 23, 2017
1 parent 1487c3a commit ca4ad8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ const Util = (() => {

const TransitionEndEvent = {
WebkitTransition : 'webkitTransitionEnd',
MozTransition : 'transitionend',
OTransition : 'oTransitionEnd otransitionend',
transition : 'transitionend'
}

Expand Down

0 comments on commit ca4ad8b

Please sign in to comment.