mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 22:03:37 +02:00
Pacify eslint
This commit is contained in:
@@ -67,7 +67,7 @@ export function actionCircularize(wayId, projection, maxAngle) {
|
||||
nearNodes = {},
|
||||
inBetweenNodes = [],
|
||||
startAngle, endAngle, totalAngle, eachAngle,
|
||||
angle, loc, node, origNode, j, k;
|
||||
angle, loc, node, origNode, j;
|
||||
|
||||
if (indexRange < 0) {
|
||||
indexRange += nodes.length;
|
||||
|
||||
Reference in New Issue
Block a user