Skip to content

Commit 9ddbe6d

Browse files
authored
Update building.js
1 parent 8d71cab commit 9ddbe6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ class Building {
209209
for (const xmlPart of parts) {
210210
if (xmlPart.querySelector('[k="building:part"]')) {
211211
const id = xmlPart.getAttribute('id');
212-
const part = new BuildingPart(id, this.fullXmlData, this.nodelist, this.outerElement.options)
212+
const part = new BuildingPart(id, this.fullXmlData, this.nodelist, this.outerElement.options);
213213
if (this.partIsInside(part)) {
214214
this.parts.push(part);
215215
}

0 commit comments

Comments
 (0)