From 3fd967190eff4769a79d936a04aa6222e0ef27bd Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Wed, 29 Jan 2020 18:04:48 -0800 Subject: [PATCH] Lint fix. --- test/unit/legacy-noattributes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/legacy-noattributes.html b/test/unit/legacy-noattributes.html index a05d0206ce..cc60c56c2b 100644 --- a/test/unit/legacy-noattributes.html +++ b/test/unit/legacy-noattributes.html @@ -81,7 +81,7 @@ properties: { tabindex: {reflectToAttribute: true, type: Number} }, - attributeChanged(name, old, value) { + attributeChanged() { this.attributeChangedCalled = true; } });