From 7f122be0041ff2d4314a196d53d32dc5f295ed02 Mon Sep 17 00:00:00 2001 From: fat Date: Tue, 10 Jun 2014 19:56:08 -0700 Subject: add special transitionend type to test event origin fixes #13430 --- js/tooltip.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/tooltip.js') diff --git a/js/tooltip.js b/js/tooltip.js index 692651457..b04dccd91 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -210,7 +210,7 @@ $.support.transition && this.$tip.hasClass('fade') ? $tip - .one($.support.transition.end, complete) + .one('bsTransitionEnd', complete) .emulateTransitionEnd(150) : complete() } @@ -298,7 +298,7 @@ $.support.transition && this.$tip.hasClass('fade') ? $tip - .one($.support.transition.end, complete) + .one('bsTransitionEnd', complete) .emulateTransitionEnd(150) : complete() -- cgit v1.2.3