Skip to content

Commit a7866b3

Browse files
committed
Add type for _overrideLegacyUndefined.
1 parent e289540 commit a7866b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/mixins/property-effects.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,8 @@ export const PropertyEffects = dedupingMixin(superClass => {
13621362
this.__readOnly;
13631363
/** @type {!TemplateInfo} */
13641364
this.__templateInfo;
1365+
/** @type {boolean} */
1366+
this._overrideLegacyUndefined;
13651367
}
13661368

13671369
get PROPERTY_EFFECT_TYPES() {

0 commit comments

Comments
 (0)