1
0
Fork 0

add semicolons

master
thyttan 2022-11-09 10:24:12 +01:00 committed by GitHub
parent 33a686de39
commit 44916e364f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ exports.input = function(options) {
var largeCharOffset = 6; var largeCharOffset = 6;
function resetChars(char, HLPrev, typePadding, heightDivisor, rowColor) { function resetChars(char, HLPrev, typePadding, heightDivisor, rowColor) {
"ram" "ram";
// Small character in list // Small character in list
g.setColor(rowColor); g.setColor(rowColor);
g.setFont(SMALLFONT); g.setFont(SMALLFONT);
@ -80,7 +80,7 @@ exports.input = function(options) {
// mark in the list // mark in the list
} }
function showChars(char, HL, typePadding, heightDivisor) { function showChars(char, HL, typePadding, heightDivisor) {
"ram" "ram";
// mark in the list // mark in the list
g.setColor(HLCOLOR); g.setColor(HLCOLOR);
g.setFont(SMALLFONT); g.setFont(SMALLFONT);
@ -120,7 +120,7 @@ exports.input = function(options) {
resolve(text); resolve(text);
}, },
drag: function(event) { drag: function(event) {
"ram" "ram";
// ABCDEFGHIJKLMNOPQRSTUVWXYZ // ABCDEFGHIJKLMNOPQRSTUVWXYZ
// Choose character by draging along red rectangle at bottom of screen // Choose character by draging along red rectangle at bottom of screen
if (event.y >= ( (R.y+R.h) - 12 )) { if (event.y >= ( (R.y+R.h) - 12 )) {