]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
commit leftover from make
authorMark Otto <markotto@twitter.com>
Sun, 19 Feb 2012 22:55:07 +0000 (14:55 -0800)
committerMark Otto <markotto@twitter.com>
Sun, 19 Feb 2012 22:55:07 +0000 (14:55 -0800)
docs/javascript.html

index 612724c798bf23b3326731de243973ee2ef2b509..9edc0e482465ead326b9cf3d4e03d00182e467fd 100644 (file)
@@ -1320,7 +1320,7 @@ $('#myCollapsible').on('hidden', function () {
           <h4>.carousel(options)</h4>
           <p>Initializes the carousel with an optional options <code>object</code> and starts cycling through items.</p>
 <pre class="prettyprint linenums">
-$('.myCarousel').carousel({
+$('.carousel').carousel({
   interval: 2000
 })
 </pre>