X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/31c80f66463a143c12b3d6e1395a034d11a812ba..24eaeb2653b231f52822c37433a258e08eae9eea:/app/assets/javascripts/index/directions/graphhopper.js diff --git a/app/assets/javascripts/index/directions/graphhopper.js b/app/assets/javascripts/index/directions/graphhopper.js index 2292c6350..5a16f708c 100644 --- a/app/assets/javascripts/index/directions/graphhopper.js +++ b/app/assets/javascripts/index/directions/graphhopper.js @@ -29,7 +29,7 @@ function GraphHopperEngine(id, vehicleType) { type: "jsonp", elevation: false, instructions: true, - point: points.map(function (p) { return p.lat + "," + p.lng }) + point: points.map(function (p) { return p.lat + "," + p.lng; }) }, traditional: true, dataType: "jsonp",