belt and braces

pull/12215/head
Rich Harris 4 months ago
parent 29ab9b55af
commit 6dabf23f63

@ -385,6 +385,7 @@ export function destroy_effect(effect, remove_dom = true) {
effect.deps = effect.deps =
effect.parent = effect.parent =
effect.fn = effect.fn =
effect.nodes =
null; null;
} }

Loading…
Cancel
Save