mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Fix lint warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user