mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-11 08:04:59 +02:00
Remove jQuery from Util.js
s
This commit is contained in:
@@ -159,7 +159,7 @@ class Tab {
|
||||
$(active)
|
||||
.removeClass(ClassName.SHOW)
|
||||
.one(Util.TRANSITION_END, complete)
|
||||
.emulateTransitionEnd(transitionDuration)
|
||||
Util.emulateTransitionEnd(active, transitionDuration)
|
||||
} else {
|
||||
complete()
|
||||
}
|
||||
|
Reference in New Issue
Block a user