2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03: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
+1 -3
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)
};