1
0
Fork 0

Merge pull request #1937 from trufae/fix-rgb

Fix regression in rgb introduced by semistandard --fix
master
Gordon Williams 2022-06-08 17:25:28 +01:00 committed by GitHub
commit 146244aecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {