mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-09 11:35:39 +02:00
fix failing npm test
This commit is contained in:
+1
-1
@@ -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