diff options
| author | XhmikosR <[email protected]> | 2017-10-23 10:45:27 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-23 10:45:27 +0300 |
| commit | ca4ad8bee8000617c2ae1a08afe7af1103058776 (patch) | |
| tree | 2a4e37dd7f944f2fcabd3888c888c7d0e57c3df3 /js/src | |
| parent | 1487c3a9947b0eb55c61b5d93ff9f0c69a812aeb (diff) | |
| download | bootstrap-ca4ad8bee8000617c2ae1a08afe7af1103058776.tar.xz bootstrap-ca4ad8bee8000617c2ae1a08afe7af1103058776.zip | |
Clean up transitionEnd properties. (#24511)
We don't support Opera 12, and Firefox's property was the unprefixed one.
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/util.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/util.js b/js/src/util.js index e3e779793..1fa55494e 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' } |
