diff options
Diffstat (limited to 'docs/_includes/js')
| -rw-r--r-- | docs/_includes/js/carousel.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index 23f9af97a..62adc09e6 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -178,6 +178,12 @@ $('.carousel').carousel() <td>true</td> <td>Whether the carousel should cycle continuously or have hard stops.</td> </tr> + <tr> + <td>keyboard</td> + <td>boolean</td> + <td>true</td> + <td>Whether the carousel should react to keyboard events.</td> + </tr> </tbody> </table> </div><!-- /.table-responsive --> |
