diff options
Diffstat (limited to 'js/src/carousel.js')
| -rw-r--r-- | js/src/carousel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/carousel.js b/js/src/carousel.js index b68f32e7c..b23a85b96 100644 --- a/js/src/carousel.js +++ b/js/src/carousel.js @@ -80,8 +80,8 @@ const Default = { const DefaultType = { interval: '(number|boolean)', keyboard: 'boolean', - ride: '(boolean|string)', pause: '(string|boolean)', + ride: '(boolean|string)', touch: 'boolean', wrap: 'boolean' } |
