Skip to content

Commit

Permalink
Fix eslint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Jun 6, 2019
1 parent 10d43ce commit 6dfaa5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/elements/dom-bind.js
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/mixins/property-effects.js
Expand Up @@ -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;
Expand Down

0 comments on commit 6dfaa5f

Please sign in to comment.