From 6c3e0f56767b04ca20d991285fe44c7e60abd396 Mon Sep 17 00:00:00 2001 From: hontas Date: Thu, 16 Jul 2020 10:28:16 +0200 Subject: [PATCH] remove whitespace --- src/runtime/internal/Component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/internal/Component.ts b/src/runtime/internal/Component.ts index 7b7f3323b302..93280f95f260 100644 --- a/src/runtime/internal/Component.ts +++ b/src/runtime/internal/Component.ts @@ -180,7 +180,6 @@ if (typeof HTMLElement === 'function') { connectedCallback() { const { on_mount } = this.$$; - this.$$.on_disconnect = on_mount.map(run).filter(is_function); // @ts-ignore todo: improve typings