diff options
| author | Jacob Thornton <[email protected]> | 2012-03-19 15:48:57 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-03-19 15:48:57 -0700 |
| commit | 67f199678c6f764f2812260f42b553b22ec740f8 (patch) | |
| tree | 50d0b85cede5029579fa2ed86d89546367c6b80c /docs/javascript.html | |
| parent | 83a7a698939b5b4cba3c04a86befc12b9005df3d (diff) | |
| download | bootstrap-67f199678c6f764f2812260f42b553b22ec740f8.tar.xz bootstrap-67f199678c6f764f2812260f42b553b22ec740f8.zip | |
if interval is false, do not autocycle the carousel
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 a90562767..54177b566 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1308,7 +1308,7 @@ $('#myCollapsible').on('hidden', function () { <td>interval</td> <td>number</td> <td>5000</td> - <td>The amount of time to delay between automatically cycling an item.</td> + <td>The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle.</td> </tr> <tr> <td>pause</td> |
