Remove superfluous semicolon
parent
a622781628
commit
466fd2155c
|
|
@ -363,7 +363,7 @@ function plotGraph(info, style) {
|
||||||
l = f.readLine(f);
|
l = f.readLine(f);
|
||||||
if (c[latIdx] == "") {
|
if (c[latIdx] == "") {
|
||||||
continue;
|
continue;
|
||||||
};
|
}
|
||||||
t = c[timeIdx];
|
t = c[timeIdx];
|
||||||
i = Math.round(80*(t - strt)/dur);
|
i = Math.round(80*(t - strt)/dur);
|
||||||
p = Bangle.project({lat:c[latIdx],lon:c[lonIdx]});
|
p = Bangle.project({lat:c[latIdx],lon:c[lonIdx]});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue