Skip to content

Commit

Permalink
Add @return annotation for PROPERTY_EFFECT_TYPES getter
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed May 30, 2019
1 parent e4e9e2f commit 3dd189c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/mixins/property-effects.js
Expand Up @@ -1150,6 +1150,9 @@ export const PropertyEffects = dedupingMixin(superClass => {
this.__templateInfo;
}

/**
* @return {!Object<string, string>}
*/
get PROPERTY_EFFECT_TYPES() {
return TYPES;
}
Expand Down

0 comments on commit 3dd189c

Please sign in to comment.