Cleanups, reformatting, a few bugfixes, add sort-by-country.

This commit is contained in:
Oliver Jowett 2015-09-01 12:19:23 +01:00
parent 7bebcc558f
commit b5960fd44a
5 changed files with 255 additions and 227 deletions
public_html

View file

@ -3,6 +3,7 @@
function PlaneObject(icao) {
// Info about the plane
this.icao = icao;
this.icaorange = findICAORange(icao);
this.flight = null;
this.squawk = null;
this.selected = false;