make tests work

This commit is contained in:
Andrew
2015-03-29 10:53:19 -06:00
parent 91ff27a675
commit bedbe8b489
9 changed files with 31 additions and 173 deletions

View File

@ -9,7 +9,7 @@ export let CheckboxConfig = new ComponentConfig('checkbox')
checked: 'checked'
},
events: {
'click': 'onClick()'
'^click': 'onClick()'
},
services: [CheckboxConfig]
})