mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-07 22:26:57 +02:00
al tests passing, dist rebuilt, w/typechecker
This commit is contained in:
@@ -27,12 +27,12 @@ const Collapse = (($) => {
|
||||
|
||||
const Default = {
|
||||
toggle : true,
|
||||
parent : null
|
||||
parent : ''
|
||||
}
|
||||
|
||||
const DefaultType = {
|
||||
toggle : 'boolean',
|
||||
parent : '(string|null)'
|
||||
parent : 'string'
|
||||
}
|
||||
|
||||
const Event = {
|
||||
|
Reference in New Issue
Block a user