diff --git a/lib/elements/dom-bind.js b/lib/elements/dom-bind.js index a897a92ab8..33e7293b09 100644 --- a/lib/elements/dom-bind.js +++ b/lib/elements/dom-bind.js @@ -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 diff --git a/lib/mixins/property-effects.js b/lib/mixins/property-effects.js index af8968606a..7fd90836d8 100644 --- a/lib/mixins/property-effects.js +++ b/lib/mixins/property-effects.js @@ -1154,7 +1154,7 @@ export const PropertyEffects = dedupingMixin(superClass => { } /** - * @return {!Object} + * @return {!Object} Effect prototype property name map. */ get PROPERTY_EFFECT_TYPES() { return TYPES;