Skip to content

Commit

Permalink
Lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Jan 30, 2020
1 parent dfd0e64 commit 3fd9671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/legacy-noattributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
properties: {
tabindex: {reflectToAttribute: true, type: Number}
},
attributeChanged(name, old, value) {
attributeChanged() {
this.attributeChangedCalled = true;
}
});
Expand Down

0 comments on commit 3fd9671

Please sign in to comment.