From bedc96e48bebb7a1124a97833794a8047a1e3b95 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Tue, 20 Mar 2018 11:07:58 +0100 Subject: Use transitionEnd in QUnit since we moved away from PhantomJS --- js/src/tab.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js/src/tab.js') diff --git a/js/src/tab.js b/js/src/tab.js index ebf28d76c..fb40a7402 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( -- cgit v1.2.3