Skip to content

Commit

Permalink
Fix closure annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Jan 10, 2020
1 parent 4464cca commit 0427abe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/legacy/legacy-element-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0427abe

Please sign in to comment.