mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-21 18:43:23 +00:00
Remove unused variable - eslint warning
This commit is contained in:
@@ -133,7 +133,6 @@ export function svgVertices(projection, context) {
|
||||
.attr('transform', 'translate(-5, -6)')
|
||||
.attr('xlink:href', function(d) {
|
||||
var picon = icon(d),
|
||||
isPoi = picon.match(/^poi-/) !== null,
|
||||
isMaki = dataFeatureIcons.indexOf(picon) !== -1;
|
||||
return '#' + picon + (isMaki ? '-11' : '');
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user