Skip to content
Snippets Groups Projects
Unverified Commit 45e8c03d authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Remove (now obsolete) getProperties method

parent 60406a74
Branches
No related tags found
No related merge requests found
Pipeline #16437 passed
......@@ -236,11 +236,6 @@ export class AdapterLitElement extends LitElement {
};
}
static getProperties(properties = {}) {
// TODO: super.properties doesn't seem to be defined here!
return Object.assign(properties, super.properties);
}
findPropertyName(attributeName) {
let resultName = attributeName;
const properties = this.constructor.properties;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment