Skip to content

Commit cbcbda9

Browse files
authored
Update BuildingShapeUtils.js
1 parent 966fa33 commit cbcbda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extras/BuildingShapeUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class BuildingShapeUtils extends ShapeUtils {
6363
}
6464
const refs = [];
6565
for (let i = 0; i < nodes.length - 1; i++) {
66-
if (refs.inclides(nodes[i].getAttribute('ref')){
66+
if (refs.includes(nodes[i].getAttribute('ref'))){
6767
return true;
6868
}
6969
nodes.push(nodes[i].getAttribute('ref'));

0 commit comments

Comments
 (0)