Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-10-25 22:31:55 +0300
committerMark Otto <markdotto@gmail.com>2017-10-25 22:31:55 +0300
commit8c587d42805af03f2d543ae93cfe05c739feb728 (patch)
treef3c89c4a6b4ddedaab527961610fcfbaa042ff62 /js/dist/util.js
parent59bf81f649c8cb171a9f9e052eb40032aecbcf11 (diff)
dist
Diffstat (limited to 'js/dist/util.js')
-rw-r--r--js/dist/util.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/dist/util.js b/js/dist/util.js
index a4df072530..19a612a7f2 100644
--- a/js/dist/util.js
+++ b/js/dist/util.js
@@ -4,7 +4,7 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* --------------------------------------------------------------------------
*/
-var Util = function () {
+var Util = function ($) {
/**
* ------------------------------------------------------------------------
* Private TransitionEnd Helpers
@@ -14,8 +14,6 @@ var Util = function () {
var MAX_UID = 1000000;
var TransitionEndEvent = {
WebkitTransition: 'webkitTransitionEnd',
- MozTransition: 'transitionend',
- OTransition: 'oTransitionEnd otransitionend',
transition: 'transitionend' // shoutout AngusCroll (https://goo.gl/pxwQGp)
};