Fix regression in rgb introduced by semistandard --fix

pull/1937/head
pancake 2022-06-08 18:13:23 +02:00
parent 284d1ee6e7
commit ac084fa386
1 changed files with 1 additions and 0 deletions

View File

@ -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) {