Skip to content

Commit e47bdde

Browse files
committed
Fix
1 parent a6a395d commit e47bdde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shadow.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ export class Shadow extends HTMLElement {
4949
/** @private */
5050
_waitingList = new Set();
5151

52-
/** @type{HTMLTemplateElement | null} */
53-
htmlResult = null;
52+
/** @type{HTMLTemplateElement} */
53+
htmlData = createTemplate("");
5454

5555
/** @type{JsonObject} */
5656
jsonData = {};

0 commit comments

Comments
 (0)