diff options
| author | Mark Otto <[email protected]> | 2012-02-19 14:55:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-19 14:55:07 -0800 |
| commit | 8482cc4cb3632bbdf24aacb9793b90606e789c74 (patch) | |
| tree | 37f584979dee35f5e32fce0fd78b78425573bdc5 /docs/javascript.html | |
| parent | adbbf17ee4a241b14503289e6726fc52acefc8a4 (diff) | |
| download | bootstrap-8482cc4cb3632bbdf24aacb9793b90606e789c74.tar.xz bootstrap-8482cc4cb3632bbdf24aacb9793b90606e789c74.zip | |
commit leftover from make
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 612724c79..9edc0e482 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1320,7 +1320,7 @@ $('#myCollapsible').on('hidden', function () { <h4>.carousel(options)</h4> <p>Initializes the carousel with an optional options <code>object</code> and starts cycling through items.</p> <pre class="prettyprint linenums"> -$('.myCarousel').carousel({ +$('.carousel').carousel({ interval: 2000 }) </pre> |
