|
|
@ -1,5 +1,5 @@
|
|
|
|
/* generated by Svelte vX.Y.Z */
|
|
|
|
/* generated by Svelte vX.Y.Z */
|
|
|
|
import { addListener, assign, createElement, detachNode, init, insertNode, proto, removeListener } from "svelte/shared.js";
|
|
|
|
import { addListener, assign, createElement, detachNode, init, insertNode, proto, removeListener, setAttribute } from "svelte/shared.js";
|
|
|
|
|
|
|
|
|
|
|
|
function create_main_fragment(component, state) {
|
|
|
|
function create_main_fragment(component, state) {
|
|
|
|
var input;
|
|
|
|
var input;
|
|
|
@ -16,7 +16,7 @@ function create_main_fragment(component, state) {
|
|
|
|
|
|
|
|
|
|
|
|
h: function hydrate() {
|
|
|
|
h: function hydrate() {
|
|
|
|
addListener(input, "change", input_change_handler);
|
|
|
|
addListener(input, "change", input_change_handler);
|
|
|
|
input.type = "checkbox";
|
|
|
|
setAttribute(input, "type", "checkbox");
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
m: function mount(target, anchor) {
|
|
|
|
m: function mount(target, anchor) {
|
|
|
|