remove newline
This commit is contained in:
@@ -132,4 +132,4 @@ geolocationResponse: function(response) {
|
|||||||
var latlng = new L.LatLng(response.coords.latitude, response.coords.longitude);
|
var latlng = new L.LatLng(response.coords.latitude, response.coords.longitude);
|
||||||
OSRM.G.map.setViewUI(latlng, OSRM.DEFAULTS.ZOOM_LEVEL );
|
OSRM.G.map.setViewUI(latlng, OSRM.DEFAULTS.ZOOM_LEVEL );
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user