From f1009c19b31c24df871b97efa74e8e10791bb2c3 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Tue, 23 Jul 2013 18:44:08 -0700 Subject: revert collapse change + add emulateTransitionEvent to catch dead css transitions --- js/tab.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'js/tab.js') diff --git a/js/tab.js b/js/tab.js index 89dbb8b70..cacda7d66 100644 --- a/js/tab.js +++ b/js/tab.js @@ -88,7 +88,9 @@ } transition ? - $active.one($.support.transition.end, next) : + $active + .one($.support.transition.end, next) + .emulateTransitionEnd(150) : next() $active.removeClass('in') -- cgit v1.2.3