score: remove unnecessary semicolon
parent
a749a38271
commit
46fc78772b
|
|
@ -22,7 +22,7 @@ let h = g.getHeight();
|
||||||
function getXCoord(func) {
|
function getXCoord(func) {
|
||||||
let offset = 40;
|
let offset = 40;
|
||||||
return func(w-offset)+offset;
|
return func(w-offset)+offset;
|
||||||
};
|
}
|
||||||
|
|
||||||
function setupInputWatchers() {
|
function setupInputWatchers() {
|
||||||
if (global.BTN4) {
|
if (global.BTN4) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue