From 44916e364f5ed5d2625ebd66ce8beaa030bcb28f Mon Sep 17 00:00:00 2001 From: thyttan <97237430+thyttan@users.noreply.github.com> Date: Wed, 9 Nov 2022 10:24:12 +0100 Subject: [PATCH] add semicolons --- apps/dragboard/lib.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dragboard/lib.js b/apps/dragboard/lib.js index 2da61e1db..220f075d7 100644 --- a/apps/dragboard/lib.js +++ b/apps/dragboard/lib.js @@ -67,7 +67,7 @@ exports.input = function(options) { var largeCharOffset = 6; function resetChars(char, HLPrev, typePadding, heightDivisor, rowColor) { - "ram" + "ram"; // Small character in list g.setColor(rowColor); g.setFont(SMALLFONT); @@ -80,7 +80,7 @@ exports.input = function(options) { // mark in the list } function showChars(char, HL, typePadding, heightDivisor) { - "ram" + "ram"; // mark in the list g.setColor(HLCOLOR); g.setFont(SMALLFONT); @@ -120,7 +120,7 @@ exports.input = function(options) { resolve(text); }, drag: function(event) { - "ram" + "ram"; // ABCDEFGHIJKLMNOPQRSTUVWXYZ // Choose character by draging along red rectangle at bottom of screen if (event.y >= ( (R.y+R.h) - 12 )) {