Skip to content

Commit

Permalink
Remove the extra attribute initializations.
Browse files Browse the repository at this point in the history
  • Loading branch information
marvel-uiuc committed Aug 14, 2024
1 parent cbdb53e commit 249d22e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions template/src/{name}.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ class <%= _.upperFirst(_.camelCase(name.slice(4))) %> extends LitElement {

constructor() {
super();
this.align = '';
this.focus = '';
this.shadow = false;
this.collapse = false;
this.theme = '';
}

Expand Down

0 comments on commit 249d22e

Please sign in to comment.