From: XhmikosR Date: Mon, 23 Oct 2017 07:45:27 +0000 (+0300) Subject: Clean up transitionEnd properties. (#24511) X-Git-Tag: v4.0.0-beta.3~173^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca4ad8bee8000617c2ae1a08afe7af1103058776;p=thirdparty%2Fbootstrap.git Clean up transitionEnd properties. (#24511) We don't support Opera 12, and Firefox's property was the unprefixed one. --- diff --git a/js/src/util.js b/js/src/util.js index e3e7797931..1fa55494ea 100644 --- a/js/src/util.js +++ b/js/src/util.js @@ -22,8 +22,6 @@ const Util = (() => { const TransitionEndEvent = { WebkitTransition : 'webkitTransitionEnd', - MozTransition : 'transitionend', - OTransition : 'oTransitionEnd otransitionend', transition : 'transitionend' }