Fix the missing comma in the monochrome display example.

This commit is contained in:
Oliver Jowett 2015-10-26 23:09:26 +00:00
parent 91fce10f30
commit f84e9a8de1

View file

@ -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 }
// };