From 8482cc4cb3632bbdf24aacb9793b90606e789c74 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 19 Feb 2012 14:55:07 -0800 Subject: [PATCH] commit leftover from make --- docs/javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/javascript.html b/docs/javascript.html index 612724c798..9edc0e4824 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1320,7 +1320,7 @@ $('#myCollapsible').on('hidden', function () {

.carousel(options)

Initializes the carousel with an optional options object and starts cycling through items.

-$('.myCarousel').carousel({
+$('.carousel').carousel({
   interval: 2000
 })