Fix lint warning

This commit is contained in:
Quincy Morgan
2019-10-11 14:02:19 +02:00
parent 92116f198a
commit c5e1c0d596
-1
View File
@@ -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