Initialize category.

This commit is contained in:
Oliver Jowett 2015-02-22 20:11:11 +00:00
parent 87bd16812a
commit b804359077

View file

@ -6,6 +6,7 @@ function PlaneObject(icao) {
this.flight = null;
this.squawk = null;
this.selected = false;
this.category = null;
// Basic location information
this.altitude = null;