1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00
This commit is contained in:
Mark Otto
2017-10-25 12:31:55 -07:00
parent 59bf81f649
commit 8c587d4280
32 changed files with 830 additions and 836 deletions

4
js/dist/util.js vendored
View File

@@ -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)
};