diff options
| author | Jacob Thornton <[email protected]> | 2013-08-11 15:41:06 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2013-08-11 15:41:06 -0700 |
| commit | 92c2ad98e753c64a2bd6e3fb94870a2ad3ee0333 (patch) | |
| tree | 322422a541597049642483dde3de8d5ed5bbbb38 /javascript.html | |
| parent | b8ed111a18deaa766862f9bb0a5dd340a3d02675 (diff) | |
| download | bootstrap-92c2ad98e753c64a2bd6e3fb94870a2ad3ee0333.tar.xz bootstrap-92c2ad98e753c64a2bd6e3fb94870a2ad3ee0333.zip | |
fixes #8983
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/javascript.html b/javascript.html index 4e2af994a..c3a6b0a32 100644 --- a/javascript.html +++ b/javascript.html @@ -1722,6 +1722,12 @@ $('.carousel').carousel() <td>"hover"</td> <td>Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave.</td> </tr> + <tr> + <td>wrap</td> + <td>boolean</td> + <td>true</td> + <td>Whether the carousel should cycle continuously or have hard stops.</td> + </tr> </tbody> </table> </div><!-- /.bs-table-scrollable --> |
