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/templates/pages/javascript.mustache | |
| parent | 83a7a698939b5b4cba3c04a86befc12b9005df3d (diff) | |
| download | bootstrap-67f199678c6f764f2812260f42b553b22ec740f8.tar.xz bootstrap-67f199678c6f764f2812260f42b553b22ec740f8.zip | |
if interval is false, do not autocycle the carousel
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 7fd4c98d0..007974183 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1232,7 +1232,7 @@ $('#myCollapsible').on('hidden', function () { <td>{{_i}}interval{{/i}}</td> <td>{{_i}}number{{/i}}</td> <td>5000</td> - <td>{{_i}}The amount of time to delay between automatically cycling an item.{{/i}}</td> + <td>{{_i}}The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle.{{/i}}</td> </tr> <tr> <td>{{_i}}pause{{/i}}</td> |
