further linting stuff
This commit is contained in:
parent
f9ab67577f
commit
c094cc1933
1 changed files with 2 additions and 2 deletions
|
@ -145,10 +145,10 @@ OSM.Directions = function (map) {
|
||||||
to = endpoints[1].latlng,
|
to = endpoints[1].latlng,
|
||||||
routeFrom = "",
|
routeFrom = "",
|
||||||
routeTo = "";
|
routeTo = "";
|
||||||
if (from){
|
if (from) {
|
||||||
routeFrom = from.lat + "," + from.lng;
|
routeFrom = from.lat + "," + from.lng;
|
||||||
}
|
}
|
||||||
if (to){
|
if (to) {
|
||||||
routeTo = to.lat + "," + to.lng;
|
routeTo = to.lat + "," + to.lng;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue