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>2018-03-20 13:07:58 +0300
committerJohann-S <johann.servoire@gmail.com>2018-03-20 17:56:51 +0300
commitbedc96e48bebb7a1124a97833794a8047a1e3b95 (patch)
tree0db43f0a301cf836fb9198a4957231a097a90f06 /js/src/tab.js
parent2306f62bf19bb0696a9455aaf2eea6b083d9fdae (diff)
Use transitionEnd in QUnit since we moved away from PhantomJS
Diffstat (limited to 'js/src/tab.js')
-rw-r--r--js/src/tab.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/tab.js b/js/src/tab.js
index ebf28d76c7..fb40a7402b 100644
--- a/js/src/tab.js
+++ b/js/src/tab.js
@@ -151,7 +151,6 @@ const Tab = (($) => {
const active = activeElements[0]
const isTransitioning = callback &&
- Util.supportsTransitionEnd() &&
(active && $(active).hasClass(ClassName.FADE))
const complete = () => this._transitionComplete(