Skip to content

Commit

Permalink
Merge pull request #16 from balloob/patch-1
Browse files Browse the repository at this point in the history
Get Lit Element from another source.
  • Loading branch information
iantrich authored Jul 29, 2019
2 parents 28c0ec2 + 21297ff commit 30b1141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roku-card.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const LitElement = Object.getPrototypeOf(
customElements.get("ha-panel-lovelace")
customElements.get("hui-view")
);
const html = LitElement.prototype.html;

Expand Down

0 comments on commit 30b1141

Please sign in to comment.