Commit 8482cc4c authored by Mark Otto's avatar Mark Otto

commit leftover from make

parent adbbf17e
...@@ -1320,7 +1320,7 @@ $('#myCollapsible').on('hidden', function () { ...@@ -1320,7 +1320,7 @@ $('#myCollapsible').on('hidden', function () {
<h4>.carousel(options)</h4> <h4>.carousel(options)</h4>
<p>Initializes the carousel with an optional options <code>object</code> and starts cycling through items.</p> <p>Initializes the carousel with an optional options <code>object</code> and starts cycling through items.</p>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
$('.myCarousel').carousel({ $('.carousel').carousel({
interval: 2000 interval: 2000
}) })
</pre> </pre>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment