From b80435907724787edad92def5f1341d5c398ab01 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Sun, 22 Feb 2015 20:11:11 +0000 Subject: [PATCH] Initialize category. --- public_html/planeObject.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/planeObject.js b/public_html/planeObject.js index 4286f2e..187c03f 100644 --- a/public_html/planeObject.js +++ b/public_html/planeObject.js @@ -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;