From 82a758344d108721091d628e3a650931b29e2058 Mon Sep 17 00:00:00 2001 From: fat Date: Fri, 21 Dec 2012 17:31:54 -0800 Subject: add direction prop to carousel slide event --- js/bootstrap-carousel.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/bootstrap-carousel.js') diff --git a/js/bootstrap-carousel.js b/js/bootstrap-carousel.js index 4838a1684..dbea83711 100644 --- a/js/bootstrap-carousel.js +++ b/js/bootstrap-carousel.js @@ -108,6 +108,7 @@ e = $.Event('slide', { relatedTarget: $next[0] + , direction: direction }) if ($next.hasClass('active')) return -- cgit v1.2.3