From 9cc7dd22f5e17d3880eb2608f78e0840888b7d3f 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 c71a0bfc5683..3ec939b7b9c1 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