Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hontas committed Feb 11, 2021
1 parent 971ca91 commit 9cc7dd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/internal/Component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cc7dd2

Please sign in to comment.