Initialize category.
This commit is contained in:
parent
87bd16812a
commit
b804359077
|
@ -6,6 +6,7 @@ function PlaneObject(icao) {
|
||||||
this.flight = null;
|
this.flight = null;
|
||||||
this.squawk = null;
|
this.squawk = null;
|
||||||
this.selected = false;
|
this.selected = false;
|
||||||
|
this.category = null;
|
||||||
|
|
||||||
// Basic location information
|
// Basic location information
|
||||||
this.altitude = null;
|
this.altitude = null;
|
||||||
|
|
Loading…
Reference in a new issue