mirror of https://github.com/sveltejs/svelte
parent
f2c0364da0
commit
2d1ecd4544
@ -1,3 +1,3 @@
|
|||||||
export let destroyed = [];
|
export const destroyed = [];
|
||||||
|
|
||||||
export const reset = () => destroyed.length = 0;
|
export const reset = () => destroyed.length = 0;
|
Loading…
Reference in new issue