From b84f4277323092f3a5d7e8472f7c9efb4de22570 Mon Sep 17 00:00:00 2001 From: eric1tran Date: Mon, 22 Feb 2021 21:59:36 +0000 Subject: [PATCH] Remove unused class var --- public_html/planeObject.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public_html/planeObject.js b/public_html/planeObject.js index c824ebe..0039af1 100644 --- a/public_html/planeObject.js +++ b/public_html/planeObject.js @@ -75,7 +75,6 @@ function PlaneObject(icao) { this.markerStaticIcon = null; this.markerStyleKey = null; this.markerSvgKey = null; - this.markerLabel = null; this.filter = {}; // start from a computed registration, let the DB override it