mirror of https://github.com/espruino/BangleApps
Fix regression in rgb introduced by semistandard --fix
parent
284d1ee6e7
commit
ac084fa386
|
@ -1,4 +1,5 @@
|
|||
const rgb = [0, 0, 0];
|
||||
const hex = '0123456789ABCDEF';
|
||||
const w = g.getWidth();
|
||||
const h = g.getHeight();
|
||||
function drawToggle (value, x, y, options) {
|
||||
|
|
Loading…
Reference in New Issue