From f84e9a8de1c93323c2a7ed35f19dfd593cb02ecc Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Mon, 26 Oct 2015 23:09:26 +0000 Subject: [PATCH] Fix the missing comma in the monochrome display example. --- public_html/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/config.js b/public_html/config.js index 7e35039..10c2bba 100644 --- a/public_html/config.js +++ b/public_html/config.js @@ -102,7 +102,7 @@ ColorByAlt = { // ground : { h: 0, s: 0, l: 30 }, // air : { h: [ { alt: 0, val: 0 } ], s: 0, l: 50 }, // selected : { h: 0, s: 0, l: +30 }, -// stale : { h: 0, s: 0, l: +30 } +// stale : { h: 0, s: 0, l: +30 }, // mlat : { h: 0, s: 0, l: -10 } // };