Skip to content

Commit

Permalink
Add type for _overrideLegacyUndefined.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Sep 17, 2019
1 parent e289540 commit a7866b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mixins/property-effects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,8 @@ export const PropertyEffects = dedupingMixin(superClass => {
this.__readOnly;
/** @type {!TemplateInfo} */
this.__templateInfo;
/** @type {boolean} */
this._overrideLegacyUndefined;
}

get PROPERTY_EFFECT_TYPES() {
Expand Down

0 comments on commit a7866b3

Please sign in to comment.