mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Remove jQuery from Util.js
s
This commit is contained in:
+1
-1
@@ -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