1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 11:00:56 +02:00

patch highlighting hint

This commit is contained in:
saiwang
2013-08-14 00:21:07 +08:00
parent 36c4223b1d
commit 21a7de7a18

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
}) })