diff options
| author | Mark Otto <[email protected]> | 2017-10-25 12:31:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-25 12:31:33 -0700 |
| commit | 59bf81f649c8cb171a9f9e052eb40032aecbcf11 (patch) | |
| tree | 0190bde8182a0fe8c47dbc7645d744f0970ba675 /js/src/util.js | |
| parent | 0c40a5bf67056780abbea77894542741f51e2968 (diff) | |
| parent | 988327032d6b76fdb70075feb7254bcb053ec117 (diff) | |
| download | bootstrap-59bf81f649c8cb171a9f9e052eb40032aecbcf11.tar.xz bootstrap-59bf81f649c8cb171a9f9e052eb40032aecbcf11.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'js/src/util.js')
| -rw-r--r-- | js/src/util.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/src/util.js b/js/src/util.js index 16d114b1a..71f93a7c5 100644 --- a/js/src/util.js +++ b/js/src/util.js @@ -7,7 +7,7 @@ import $ from 'jquery' * -------------------------------------------------------------------------- */ -const Util = (() => { +const Util = (($) => { /** @@ -22,8 +22,6 @@ const Util = (() => { const TransitionEndEvent = { WebkitTransition : 'webkitTransitionEnd', - MozTransition : 'transitionend', - OTransition : 'oTransitionEnd otransitionend', transition : 'transitionend' } |
