|
|
@ -1,7 +1,7 @@
|
|
|
|
/* generated by Svelte vX.Y.Z */
|
|
|
|
/* generated by Svelte vX.Y.Z */
|
|
|
|
import {
|
|
|
|
import {
|
|
|
|
SvelteComponent,
|
|
|
|
SvelteComponent,
|
|
|
|
destroy_action,
|
|
|
|
action_destroyer,
|
|
|
|
detach,
|
|
|
|
detach,
|
|
|
|
element,
|
|
|
|
element,
|
|
|
|
init,
|
|
|
|
init,
|
|
|
@ -20,7 +20,7 @@ function create_fragment(ctx) {
|
|
|
|
c() {
|
|
|
|
c() {
|
|
|
|
button = element("button");
|
|
|
|
button = element("button");
|
|
|
|
button.textContent = "foo";
|
|
|
|
button.textContent = "foo";
|
|
|
|
dispose = destroy_action(foo_action = foo.call(null, button, /*foo_function*/ ctx[1]));
|
|
|
|
dispose = action_destroyer(foo_action = foo.call(null, button, /*foo_function*/ ctx[1]));
|
|
|
|
},
|
|
|
|
},
|
|
|
|
m(target, anchor) {
|
|
|
|
m(target, anchor) {
|
|
|
|
insert(target, button, anchor);
|
|
|
|
insert(target, button, anchor);
|
|
|
|