Skip to content

Commit d8a7829

Browse files
authored
Update BuildingShapeUtils.js
1 parent cb7cd57 commit d8a7829

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
@@ -81,7 +81,7 @@ class BuildingShapeUtils extends ShapeUtils {
8181
* @return {[DOM.Element]} array of closed ways.
8282
*/
8383
static combineWays(ways) {
84-
cnst validWays = [];
84+
const validWays = [];
8585

8686
for (const way of ways) {
8787
if (BuildingShapeUtils.isSelfIntersecting(w)) {

0 commit comments

Comments
 (0)