Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
flashdesignory committed Jun 21, 2023
1 parent 3c710c8 commit b6dde05
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class TodoList extends HTMLElement {
// elements
const node = document.importNode(template.content, true);
this.element = node.querySelector(".todo-list");
this.updateStyles();
// shadow dom
this.shadow = this.attachShadow({ mode: "open" });
this.shadow.append(node);
Expand Down

0 comments on commit b6dde05

Please sign in to comment.