update to new svelte-repl API - fixes #2378

pull/2425/head
Richard Harris 6 years ago
parent ad9bdff268
commit df75e0c6d9

@ -57,6 +57,6 @@
"rollup-plugin-terser": "^4.0.4", "rollup-plugin-terser": "^4.0.4",
"sapper": "^0.26.0-alpha.12", "sapper": "^0.26.0-alpha.12",
"shimport": "0.0.16", "shimport": "0.0.16",
"svelte": "^3.0.0-beta.21" "svelte": "^3.0.0-beta.25"
} }
} }

@ -203,7 +203,7 @@
{rollupUrl} {rollupUrl}
{relaxed} {relaxed}
fixed={mobile} fixed={mobile}
setup={mapbox_setup} injectedJS={mapbox_setup}
/> />
</div> </div>

@ -287,7 +287,7 @@
orientation={mobile ? 'columns' : 'rows'} orientation={mobile ? 'columns' : 'rows'}
fixed={mobile} fixed={mobile}
on:change={handle_change} on:change={handle_change}
setup={mapbox_setup} injectedJS={mapbox_setup}
relaxed relaxed
/> />
</div> </div>

Loading…
Cancel
Save