From: Mark Otto Date: Sun, 19 Feb 2012 22:55:07 +0000 (-0800) Subject: commit leftover from make X-Git-Tag: v2.0.2~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8482cc4cb3632bbdf24aacb9793b90606e789c74;p=thirdparty%2Fbootstrap.git commit leftover from make --- 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
 })