pull/7738/head
Rich Harris 6 years ago
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…
Cancel
Save