Remove superfluous semicolon

master
Balint Kovacs 2021-11-28 18:18:18 +00:00
parent a622781628
commit 466fd2155c
1 changed files with 1 additions and 1 deletions

View File

@ -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]});