Fix eslint errors.

This commit is contained in:
Alexander Marks
2019-06-06 08:44:54 -07:00
parent 10d43ce849
commit 6dfaa5f084
2 changed files with 2 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ export class DomBind extends domBindBase {
this.__children = null;
}
/* eslint-disable no-unused-vars */
/**
* @override
* @param {string} name Name of attribute that changed

View File

@@ -1154,7 +1154,7 @@ export const PropertyEffects = dedupingMixin(superClass => {
}
/**
* @return {!Object<string, string>}
* @return {!Object<string, string>} Effect prototype property name map.
*/
get PROPERTY_EFFECT_TYPES() {
return TYPES;