Skip to content

Commit 64335b0

Browse files
authored
Update building.js (#121)
1 parent a3657a1 commit 64335b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/building.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ class Building {
2626
*/
2727
outerElement;
2828

29-
// DOM Tree of all elements to render
29+
/**
30+
* DOM Tree of all elements to render
31+
* @type {DOM.Element}
32+
*/
3033
fullXmlData;
3134

3235
id = '0';

0 commit comments

Comments
 (0)