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:
authorJohann-S <johann.servoire@gmail.com>2017-08-19 18:24:45 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-20 23:05:45 +0300
commitfb465c474588b0229f84793f540af1bc12fb590b (patch)
tree4a27ca73adc2e93c1bbf279c5b3d5318ba1c8393 /js/src/tab.js
parentececf644f4886ef8bf2935fcc6b8f5a3dd7f37f1 (diff)
Remove jQuery from Util.js
s
Diffstat (limited to 'js/src/tab.js')
-rw-r--r--js/src/tab.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tab.js b/js/src/tab.js
index 8421e0a43c..cb80997afc 100644
--- a/js/src/tab.js
+++ b/js/src/tab.js
@@ -159,7 +159,7 @@ class Tab {
$(active)
.removeClass(ClassName.SHOW)
.one(Util.TRANSITION_END, complete)
- .emulateTransitionEnd(transitionDuration)
+ Util.emulateTransitionEnd(active, transitionDuration)
} else {
complete()
}