Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed Dec 8, 2023
1 parent 1298b0e commit a0b1af1
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 @@ -50,8 +50,8 @@ export class Shadow extends HTMLElement {
/** @private */
_waitingList = new Set();

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

/** @type{JsonValue} */
jsonData = null;
Expand Down

0 comments on commit a0b1af1

Please sign in to comment.