mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
patch highlighting hint
This commit is contained in:
parent
36c4223b1d
commit
21a7de7a18
1 changed files with 1 additions and 1 deletions
|
@ -1769,7 +1769,7 @@ $('.carousel').carousel()
|
|||
|
||||
<h4>.carousel(options)</h4>
|
||||
<p>Initializes the carousel with an optional options <code>object</code> and starts cycling through items.</p>
|
||||
{% highlight html %}
|
||||
{% highlight js %}
|
||||
$('.carousel').carousel({
|
||||
interval: 2000
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue