Skip to content

Commit

Permalink
cleanup sveltejs#2
Browse files Browse the repository at this point in the history
  • Loading branch information
hontas committed Mar 7, 2020
1 parent 1f61409 commit 332092d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/runtime/internal/dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@ export class HtmlTag {
d() {
this.n.forEach(detach);
}
}
}
2 changes: 1 addition & 1 deletion src/runtime/internal/lifecycle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ export function bubble(component, event) {
if (callbacks) {
callbacks.slice().forEach(fn => fn(event));
}
}
}

0 comments on commit 332092d

Please sign in to comment.