Error on finishing a game of 'Maze'.
Anonymous
GUESTS
This seems to be the glitch...
this.update(Force);
for (var t=0; t<m.length; t++) {
m[t].start = m[t].to.top_index()+1;
for (var i in m[t].removed)
m[t].to.push(m[t].removed);
for (var i=0; i<m[t].n; i++) {
m[t].removed.animate_to(m[t].to.div, m[t].to.coords(m[t].start+i), m[t].start+i, callback);
callback = undefined; // only call back on the first card
}
The last line above seems to cause the error…..
[/code]
this.update(Force);
for (var t=0; t<m.length; t++) {
m[t].start = m[t].to.top_index()+1;
for (var i in m[t].removed)
m[t].to.push(m[t].removed);
for (var i=0; i<m[t].n; i++) {
m[t].removed.animate_to(m[t].to.div, m[t].to.coords(m[t].start+i), m[t].start+i, callback);
callback = undefined; // only call back on the first card
}
The last line above seems to cause the error…..
[/code]
Comments