Skip to content

Commit 65c028e

Browse files
authored
Update building.js
1 parent e340c6f commit 65c028e

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
@@ -221,7 +221,7 @@ class Building {
221221
if (xmlPart.querySelector('[k="building:part"]')) {
222222
const id = xmlPart.getAttribute('id');
223223
try {
224-
const part = new MultiBuildingPart(id, this.fullXmlData, this.nodelist, this.outerElement.options)
224+
const part = new MultiBuildingPart(id, this.fullXmlData, this.nodelist, this.outerElement.options);
225225
if (this.partIsInside(part)) {
226226
this.parts.push(part);
227227
}

0 commit comments

Comments
 (0)