This commit is contained in:
Thomas Lovén 2019-04-02 11:48:28 +02:00
parent ba95882408
commit 437fa1234d

View File

@ -1,4 +1,5 @@
customElements.whenDefined('card-tools').then(() => { customElements.whenDefined('card-tools').then(() => {
let cardTools = customElements.get('card-tools');
class FoldEntityRow extends cardTools.LitElement { class FoldEntityRow extends cardTools.LitElement {
static get properties() { static get properties() {