fix failing npm test

This commit is contained in:
Nicolas Decoster
2018-01-15 11:17:51 +01:00
parent c796a9de12
commit dd0a88c245

View File

@@ -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) {