|
|
@ -29,12 +29,14 @@ function create_main_fragment ( state, component ) {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
unmount: function () {
|
|
|
|
unmount: function () {
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
if_block.unmount();
|
|
|
|
|
|
|
|
}
|
|
|
|
detachNode( if_block_anchor );
|
|
|
|
detachNode( if_block_anchor );
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
destroy: function () {
|
|
|
|
destroy: function () {
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if_block.unmount();
|
|
|
|
|
|
|
|
if_block.destroy();
|
|
|
|
if_block.destroy();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -116,4 +118,4 @@ SvelteComponent.prototype.teardown = SvelteComponent.prototype.destroy = functio
|
|
|
|
this._torndown = true;
|
|
|
|
this._torndown = true;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export default SvelteComponent;
|
|
|
|
export default SvelteComponent;
|
|
|
|