Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed Jul 16, 2023
1 parent a6a395d commit e47bdde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shadow.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export class Shadow extends HTMLElement {
/** @private */
_waitingList = new Set();

/** @type{HTMLTemplateElement | null} */
htmlResult = null;
/** @type{HTMLTemplateElement} */
htmlData = createTemplate("");

/** @type{JsonObject} */
jsonData = {};
Expand Down

0 comments on commit e47bdde

Please sign in to comment.