Pacify eslint

This commit is contained in:
Bryan Housel
2016-12-23 12:26:00 -05:00
parent c48cdc7c70
commit cb70b8028f
+1 -1
View File
@@ -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;