Skip to content

Commit

Permalink
Updated LitElement imports
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrMachowski authored Oct 29, 2019
1 parent 9b2eb75 commit 220f6ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dist/google-keep-card.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
const LitElement = Object.getPrototypeOf(
customElements.get("ha-panel-lovelace")
);
const html = LitElement.prototype.html;
var LitElement = LitElement || Object.getPrototypeOf(customElements.get("home-assistant-main"));
var html = LitElement.prototype.html;

const themeLight = "light";
const themeDark = "dark";
Expand Down

0 comments on commit 220f6ad

Please sign in to comment.