Home
last modified time | relevance | path

Searched refs:HistCol (Results 1 – 1 of 1) sorted by relevance

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js949 var HistCol = new Array(3); variable
970 HistCol[i] = new Array(); variable
1477 colFrom = HistCol[0][showThisMove] === undefined ? -1 : HistCol[0][showThisMove];
1479 colTo = HistCol[2][showThisMove] === undefined ? -1 : HistCol[2][showThisMove];