From a7866b361b21ab45bd3cc54ab752936efd46c7b1 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Tue, 17 Sep 2019 15:54:01 -0700 Subject: [PATCH] Add type for _overrideLegacyUndefined. --- lib/mixins/property-effects.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/mixins/property-effects.js b/lib/mixins/property-effects.js index 7ec3331fbd..7e3300d918 100644 --- a/lib/mixins/property-effects.js +++ b/lib/mixins/property-effects.js @@ -1362,6 +1362,8 @@ export const PropertyEffects = dedupingMixin(superClass => { this.__readOnly; /** @type {!TemplateInfo} */ this.__templateInfo; + /** @type {boolean} */ + this._overrideLegacyUndefined; } get PROPERTY_EFFECT_TYPES() {