forked from FOSS/BangleApps
Merge pull request #1937 from trufae/fix-rgb
Fix regression in rgb introduced by semistandard --fixmaster
commit
146244aecf
|
@ -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