diff options
| author | saiwang <[email protected]> | 2013-08-14 00:21:07 +0800 |
|---|---|---|
| committer | saiwang <[email protected]> | 2013-08-14 00:21:07 +0800 |
| commit | 21a7de7a18707a7cec559cb419fac251feea405d (patch) | |
| tree | a57a0585b9a26bfbe30ae90b6ad32ea4403a0e38 /javascript.html | |
| parent | 36c4223b1d316c391e62741d10ad16bcf58ee36a (diff) | |
| download | bootstrap-21a7de7a18707a7cec559cb419fac251feea405d.tar.xz bootstrap-21a7de7a18707a7cec559cb419fac251feea405d.zip | |
patch highlighting hint
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 3b5187a71..ffb613a79 100644 --- a/javascript.html +++ b/javascript.html @@ -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 }) |
