This commit is contained in:
Raphaël Jakse 2020-04-02 19:08:52 +02:00
parent 9c82a9ba84
commit 1b72bd789f
1 changed files with 9 additions and 9 deletions

View File

@ -86,15 +86,15 @@
return -1;
}
var tileInitCoords = null,
tileInitMouseCoords = null,
tileDest = null,
tileInitDest = null,
movingTile = null,
rackBCR = null,
boardBCR = null,
bagBCR = null,
moveCMD = null;
var tileInitCoords = null;
var tileInitMouseCoords = null;
var tileDest = null;
var tileInitDest = null;
var movingTile = null;
var rackBCR = null;
var boardBCR = null;
var bagBCR = null;
var moveCMD = null;
function getLetter(l) {
var tile = l.getElementsByClassName("tile")[0];