2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+1 -1
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)',