1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-08 06:36:33 +02:00

Carousel: Remove redundant reference to interval=false from docs (#36545)

* docs: remove redundant reference to `interval=false`

* docs: remove redundant reference to `interval=false` from tests

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
GeoSot
2022-06-14 16:17:28 +03:00
committed by GitHub
parent 13f109e542
commit fc24f8788f
3 changed files with 11 additions and 11 deletions

View File

@@ -78,7 +78,7 @@ const Default = {
}
const DefaultType = {
interval: '(number|boolean)',
interval: '(number|boolean)', // TODO:v6 remove boolean support
keyboard: 'boolean',
pause: '(string|boolean)',
ride: '(boolean|string)',