Commit 21a7de7a authored by saiwang's avatar saiwang

patch highlighting hint

parent 36c4223b
...@@ -1769,7 +1769,7 @@ $('.carousel').carousel() ...@@ -1769,7 +1769,7 @@ $('.carousel').carousel()
<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>
{% highlight html %} {% highlight js %}
$('.carousel').carousel({ $('.carousel').carousel({
interval: 2000 interval: 2000
}) })
......
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