mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
al tests passing, dist rebuilt, w/typechecker
This commit is contained in:
+2
-2
@@ -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