diff options
| author | Chris Rebert <[email protected]> | 2013-08-13 09:42:35 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-13 09:42:35 -0700 |
| commit | e5263fb6ad8192fe4ca87e11588cef7572ae7aba (patch) | |
| tree | a57a0585b9a26bfbe30ae90b6ad32ea4403a0e38 | |
| parent | 36c4223b1d316c391e62741d10ad16bcf58ee36a (diff) | |
| parent | 21a7de7a18707a7cec559cb419fac251feea405d (diff) | |
| download | bootstrap-e5263fb6ad8192fe4ca87e11588cef7572ae7aba.tar.xz bootstrap-e5263fb6ad8192fe4ca87e11588cef7572ae7aba.zip | |
Merge pull request #9420 from saiwang/patch-highlight-hint
patch highlighting hint
| -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 }) |
