From cb70b8028f19903ea1063f0cc8f3adc3d28d1a29 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 23 Dec 2016 12:26:00 -0500 Subject: [PATCH] Pacify eslint --- modules/actions/circularize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/actions/circularize.js b/modules/actions/circularize.js index f57c10f68..6a14124fc 100644 --- a/modules/actions/circularize.js +++ b/modules/actions/circularize.js @@ -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;