mirror of https://github.com/espruino/BangleApps
Fix bug with 0.30 beta
parent
39c9158b50
commit
d9ec4f354c
|
@ -196,7 +196,7 @@ function randomColors() {
|
|||
let color2 = bg_code[Math.floor(Math.random() * bg_code.length)];
|
||||
let color3 = bg_code[Math.floor(Math.random() * bg_code.length)];
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* This function plots a data row in LCARS style.
|
||||
|
|
Loading…
Reference in New Issue