From: Chris Rebert Date: Tue, 3 Feb 2015 18:53:33 +0000 (-0800) Subject: Clarify target of carousel events X-Git-Tag: v3.3.4~145^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab99374a9c281363afc4cafb61bfba2a4d91c758;p=thirdparty%2Fbootstrap.git Clarify target of carousel events [skip sauce] --- 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">).