Commit e5263fb6 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #9420 from saiwang/patch-highlight-hint

patch highlighting hint
parents 36c4223b 21a7de7a
...@@ -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