Skip to content

Commit 0427abe

Browse files
author
Steven Orvell
committed
Fix closure annotation.
1 parent 4464cca commit 0427abe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/legacy/legacy-element-mixin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ export const LegacyElementMixin = dedupingMixin((base) => {
162162
}
163163

164164
// NOTE: Inlined for perf from version of DisableUpgradeMixin.
165-
/** @override */
166165
static get observedAttributes() {
167166
return legacyNoObservedAttributes ? [] :
168167
observedAttributesGetter.call(this).concat(DISABLED_ATTR);

0 commit comments

Comments
 (0)