just cleaning up the formatting

This commit is contained in:
Dynomity 2015-08-26 10:07:50 -06:00
parent 8a1c08cafb
commit b5d49b451b

View file

@ -71,7 +71,6 @@ function processReceiverUpdate(data) {
// Lookup ICAO country flag
var hexa = +("0x" + hex);
for (var i = 0; i < ICAO_Codes.length; i++) {
if ( hexa >= ICAO_Codes[i].start && hexa <= ICAO_Codes[i].end) {
plane.Country = ICAO_Codes[i].Country;