Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed Dec 8, 2023
1 parent 54bce0b commit 1298b0e
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} */
htmlData = createTemplate("");
/** @type{HTMLTemplateElement | null } */
htmlData = null;

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

0 comments on commit 1298b0e

Please sign in to comment.