Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hontas committed Jul 16, 2020
1 parent 81ffddf commit 6c3e0f5
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 6c3e0f5

Please sign in to comment.