diff options
| author | Johann-S <[email protected]> | 2018-03-20 11:07:58 +0100 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2018-03-20 15:56:51 +0100 |
| commit | bedc96e48bebb7a1124a97833794a8047a1e3b95 (patch) | |
| tree | 0db43f0a301cf836fb9198a4957231a097a90f06 /js/src/tab.js | |
| parent | 2306f62bf19bb0696a9455aaf2eea6b083d9fdae (diff) | |
| download | bootstrap-bedc96e48bebb7a1124a97833794a8047a1e3b95.tar.xz bootstrap-bedc96e48bebb7a1124a97833794a8047a1e3b95.zip | |
Use transitionEnd in QUnit since we moved away from PhantomJS
Diffstat (limited to 'js/src/tab.js')
| -rw-r--r-- | js/src/tab.js | 1 |
1 files changed, 0 insertions, 1 deletions
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( |
