diff --git a/lib/mixins/property-effects.js b/lib/mixins/property-effects.js index c12c9870d7..3affb2661b 100644 --- a/lib/mixins/property-effects.js +++ b/lib/mixins/property-effects.js @@ -1150,6 +1150,9 @@ export const PropertyEffects = dedupingMixin(superClass => { this.__templateInfo; } + /** + * @return {!Object} + */ get PROPERTY_EFFECT_TYPES() { return TYPES; }