From 0427abe40242c3a475a7fcedf5e2223fdc0a2709 Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Fri, 10 Jan 2020 14:26:15 -0800 Subject: [PATCH] Fix closure annotation. --- lib/legacy/legacy-element-mixin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/legacy/legacy-element-mixin.js b/lib/legacy/legacy-element-mixin.js index 76c0682dcb..7c6c04d6a9 100644 --- a/lib/legacy/legacy-element-mixin.js +++ b/lib/legacy/legacy-element-mixin.js @@ -162,7 +162,6 @@ export const LegacyElementMixin = dedupingMixin((base) => { } // NOTE: Inlined for perf from version of DisableUpgradeMixin. - /** @override */ static get observedAttributes() { return legacyNoObservedAttributes ? [] : observedAttributesGetter.call(this).concat(DISABLED_ATTR);