aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-05-24 20:26:08 -0700
committerMark Otto <[email protected]>2012-05-24 20:26:08 -0700
commitaaf1825b49a5b6a197d482499f66bd931dc9bf7b (patch)
treeca124d40b410222c8e9c6ff6421b61babb08146c /docs/javascript.html
parentfe30bd60553bea0f706725deb9a0ad9ef04f0247 (diff)
downloadbootstrap-aaf1825b49a5b6a197d482499f66bd931dc9bf7b.tar.xz
bootstrap-aaf1825b49a5b6a197d482499f66bd931dc9bf7b.zip
fix example code for carousel
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index c910a5ce5..56132300c 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1347,7 +1347,7 @@ $('#myCollapsible').on('hidden', function () {
<h3>Markup</h3>
<p>Data attributes are used for the previous and next conrols. Check out the example markup below.</p>
<pre class="prettyprint linenums">
-&lt;div id="myCarousel" class="carousel"&gt;
+&lt;div id="myCarousel" class="carousel slide"&gt;
&lt;!-- Carousel items --&gt;
&lt;div class="carousel-inner"&gt;
&lt;div class="active item"&gt;…&lt;/div&gt;