diff --git a/WebContent/OSRM.Map.js b/WebContent/OSRM.Map.js index f4c38c777..a4824f629 100644 --- a/WebContent/OSRM.Map.js +++ b/WebContent/OSRM.Map.js @@ -132,4 +132,4 @@ geolocationResponse: function(response) { var latlng = new L.LatLng(response.coords.latitude, response.coords.longitude); OSRM.G.map.setViewUI(latlng, OSRM.DEFAULTS.ZOOM_LEVEL ); } -}; +}; \ No newline at end of file