mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Fix eslint errors.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user