From 63a9e4c6c27ba26f14eebd85b9400273b2e8b441 Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Tue, 17 Apr 2012 22:32:56 +0200 Subject: [PATCH] remove newline --- WebContent/OSRM.Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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