Remove unused class var
This commit is contained in:
parent
3773acf4c0
commit
b84f427732
|
|
@ -75,7 +75,6 @@ function PlaneObject(icao) {
|
||||||
this.markerStaticIcon = null;
|
this.markerStaticIcon = null;
|
||||||
this.markerStyleKey = null;
|
this.markerStyleKey = null;
|
||||||
this.markerSvgKey = null;
|
this.markerSvgKey = null;
|
||||||
this.markerLabel = null;
|
|
||||||
this.filter = {};
|
this.filter = {};
|
||||||
|
|
||||||
// start from a computed registration, let the DB override it
|
// start from a computed registration, let the DB override it
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue