diff options
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index 63de81bea..3797dbf65 100644 --- a/javascript.html +++ b/javascript.html @@ -1781,7 +1781,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 }) |
