From c5e1c0d59691773efcc1db4614457d2f698fe584 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 11 Oct 2019 14:02:19 +0200 Subject: [PATCH] Fix lint warning --- modules/svg/vertices.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/svg/vertices.js b/modules/svg/vertices.js index 115fd8e0b..4dc14a45f 100644 --- a/modules/svg/vertices.js +++ b/modules/svg/vertices.js @@ -203,7 +203,6 @@ export function svgVertices(projection, context) { var getTransform = svgPointTransform(projection).geojson; var activeID = context.activeID(); var data = { targets: [], nopes: [] }; - var base = context.history().base(); entities.forEach(function(node) { if (activeID === node.id) return; // draw no target on the activeID