fix kitchen sink
This commit is contained in:
parent
7b143ae70e
commit
36b7e982c4
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ exports.launch = function(env) {
|
|||
var onCheck = function() {
|
||||
callback(!!el.checked);
|
||||
};
|
||||
el.onCheckck = onCheck;
|
||||
el.onclick = onCheck;
|
||||
onCheck();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue