1
0
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:
fat
2015-05-13 14:52:46 -07:00
parent eaab1def7a
commit 6b2b0ed32f
16 changed files with 308 additions and 63 deletions

View File

@@ -27,12 +27,12 @@ const Collapse = (($) => {
const Default = {
toggle : true,
parent : null
parent : ''
}
const DefaultType = {
toggle : 'boolean',
parent : '(string|null)'
parent : 'string'
}
const Event = {