fix kitchen sink

This commit is contained in:
Fabian Jakobs 2011-09-07 11:38:39 +02:00
commit 36b7e982c4

View file

@ -489,7 +489,7 @@ exports.launch = function(env) {
var onCheck = function() {
callback(!!el.checked);
};
el.onCheckck = onCheck;
el.onclick = onCheck;
onCheck();
}