mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-20 01:53:28 +00:00
fix failing npm test
This commit is contained in:
@@ -111,7 +111,7 @@ export function svgGpx(projection, context, dispatch) {
|
||||
createLabels(layer, 'gpxlabel-halo', labelsData);
|
||||
createLabels(layer, 'gpxlabel', labelsData);
|
||||
|
||||
labels = layer.selectAll('text');
|
||||
var labels = layer.selectAll('text');
|
||||
|
||||
labels
|
||||
.text(function(d) {
|
||||
|
||||
Reference in New Issue
Block a user