|
|
|
@ -146,7 +146,7 @@ function create_main_fragment(component, ctx) {
|
|
|
|
|
button = createElement("button");
|
|
|
|
|
button.textContent = "foo";
|
|
|
|
|
foo_handler = foo.call(component, button, function(event) {
|
|
|
|
|
component.foo( ctx.bar );
|
|
|
|
|
return component.foo( ctx.bar );
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|