diff options
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 --> |
