Skip to content

Commit 6dfaa5f

Browse files
committed
Fix eslint errors.
1 parent 10d43ce commit 6dfaa5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/elements/dom-bind.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export class DomBind extends domBindBase {
6262
this.__children = null;
6363
}
6464

65+
/* eslint-disable no-unused-vars */
6566
/**
6667
* @override
6768
* @param {string} name Name of attribute that changed

lib/mixins/property-effects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ export const PropertyEffects = dedupingMixin(superClass => {
11541154
}
11551155

11561156
/**
1157-
* @return {!Object<string, string>}
1157+
* @return {!Object<string, string>} Effect prototype property name map.
11581158
*/
11591159
get PROPERTY_EFFECT_TYPES() {
11601160
return TYPES;

0 commit comments

Comments
 (0)