mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-12 14:16:14 +00:00
Fix eslint issue
This commit is contained in:
@@ -89,7 +89,7 @@ export function actionJoin(ids) {
|
||||
if (_intersection(
|
||||
joined[0].nodes.map(function(n) { return n.loc.toString(); }),
|
||||
intersections.map(function(n) { return n.toString(); })
|
||||
).length != intersections.length) return 'paths_intersect';
|
||||
).length !== intersections.length) return 'paths_intersect';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user