aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorJacob <[email protected]>2014-10-02 23:11:14 -0700
committerJacob <[email protected]>2014-10-02 23:11:14 -0700
commit2c562d2386dc7beb87f9c78e5ae72e66d34258a6 (patch)
tree6ef1287ceafd016bfcb38c95404d4719e55af8da /docs/_includes
parentf75fc324622df92ffb0edef30dc87536dfba0b26 (diff)
parent038a63b0ebce276186fae93916703dd0e70ac4a1 (diff)
downloadbootstrap-2c562d2386dc7beb87f9c78e5ae72e66d34258a6.tar.xz
bootstrap-2c562d2386dc7beb87f9c78e5ae72e66d34258a6.zip
Merge pull request #14590 from twbs/carousel-keyboard-option
Add `keyboard` option to carousel
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/js/carousel.html6
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 -->