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/alert.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/alert.js') diff --git a/js/alert.js b/js/alert.js index f7fc6fb8e..609127a2c 100644 --- a/js/alert.js +++ b/js/alert.js @@ -54,7 +54,7 @@ $.support.transition && $parent.hasClass('fade') ? $parent - .one($.support.transition.end, removeElement) + .one('bsTransitionEnd', removeElement) .emulateTransitionEnd(150) : removeElement() } -- cgit v1.2.3