]> git.openstreetmap.org Git - rails.git/commitdiff
Fix jshint warning
authorTom Hughes <tom@compton.nu>
Mon, 28 Sep 2015 14:01:41 +0000 (15:01 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 28 Sep 2015 14:01:41 +0000 (15:01 +0100)
app/assets/javascripts/index/directions/graphhopper.js

index 2292c6350c7636a15fd0249dea188a0a8f9b40c6..5a16f708cf33916a5ba1eccc7cd069b54c6b4eac 100644 (file)
@@ -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",