Change which element to take litelement from

This commit is contained in:
Thomas Lovén 2018-12-28 23:03:08 +01:00
parent f7dc4caa6a
commit 5e7654b99f

View File

@ -16,7 +16,7 @@ if (!window.cardTools){
};
cardTools.LitElement =
Object.getPrototypeOf(customElements.get('hui-section-row'));
Object.getPrototypeOf(customElements.get('hui-error-entity-row'));
cardTools.litHtml =
cardTools.LitElement.prototype.html;