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