We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7cd57 commit d8a7829Copy full SHA for d8a7829
src/extras/BuildingShapeUtils.js
@@ -81,7 +81,7 @@ class BuildingShapeUtils extends ShapeUtils {
81
* @return {[DOM.Element]} array of closed ways.
82
*/
83
static combineWays(ways) {
84
- cnst validWays = [];
+ const validWays = [];
85
86
for (const way of ways) {
87
if (BuildingShapeUtils.isSelfIntersecting(w)) {
0 commit comments