mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Add @return annotation for PROPERTY_EFFECT_TYPES getter
This commit is contained in:
@@ -1150,6 +1150,9 @@ export const PropertyEffects = dedupingMixin(superClass => {
|
||||
this.__templateInfo;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return {!Object<string, string>}
|
||||
*/
|
||||
get PROPERTY_EFFECT_TYPES() {
|
||||
return TYPES;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user