2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

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

patch highlighting hint
This commit is contained in:
Chris Rebert
2013-08-13 09:42:35 -07:00
+1 -1
View File
@@ -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
}) })