pull/559/head
Rich-Harris 7 years ago
parent a5f7fe79ea
commit 3efb5ab993

@ -29,6 +29,7 @@ function create_main_fragment ( state, component ) {
function SvelteComponent ( options ) {
options = options || {};
this._state = options.data || {};
recompute( this._state, this._state, {}, true );
this._observers = {

Loading…
Cancel
Save