From 28c907f635bf4f3413c5ae641773b0cf38e80672 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 23 Aug 2014 13:35:39 -0700 Subject: [PATCH] fixes #14441 --- docs/_includes/js/carousel.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index 7283562680..23f9af97af 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -1,8 +1,9 @@

Carousel carousel.js

+

A slideshow component for cycling through elemnts, like a carousel. Nested carousels are not supported.

+ -

The slideshow below shows a generic plugin and component for cycling through elements like a carousel.