From ab99374a9c281363afc4cafb61bfba2a4d91c758 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 3 Feb 2015 10:53:33 -0800 Subject: [PATCH] Clarify target of carousel events [skip sauce] --- docs/_includes/js/carousel.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index e50708ae11..6234032fb8 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -226,6 +226,7 @@ $('.carousel').carousel({
  • direction: The direction in which the carousel is sliding (either "left" or "right").
  • relatedTarget: The DOM element that is being slid into place as the active item.
  • +

    All carousel events are fired at the carousel itself (i.e. at the <div class="carousel">).