diff options
| author | Mark Otto <[email protected]> | 2012-05-24 20:26:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-05-24 20:26:08 -0700 |
| commit | aaf1825b49a5b6a197d482499f66bd931dc9bf7b (patch) | |
| tree | ca124d40b410222c8e9c6ff6421b61babb08146c /docs/javascript.html | |
| parent | fe30bd60553bea0f706725deb9a0ad9ef04f0247 (diff) | |
| download | bootstrap-aaf1825b49a5b6a197d482499f66bd931dc9bf7b.tar.xz bootstrap-aaf1825b49a5b6a197d482499f66bd931dc9bf7b.zip | |
fix example code for carousel
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
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"> -<div id="myCarousel" class="carousel"> +<div id="myCarousel" class="carousel slide"> <!-- Carousel items --> <div class="carousel-inner"> <div class="active item">…</div> |
