We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d43ce commit 6dfaa5fCopy full SHA for 6dfaa5f
lib/elements/dom-bind.js
@@ -62,6 +62,7 @@ export class DomBind extends domBindBase {
62
this.__children = null;
63
}
64
65
+ /* eslint-disable no-unused-vars */
66
/**
67
* @override
68
* @param {string} name Name of attribute that changed
lib/mixins/property-effects.js
@@ -1154,7 +1154,7 @@ export const PropertyEffects = dedupingMixin(superClass => {
1154
1155
1156
1157
- * @return {!Object<string, string>}
+ * @return {!Object<string, string>} Effect prototype property name map.
1158
*/
1159
get PROPERTY_EFFECT_TYPES() {
1160
return TYPES;
0 commit comments