alignment

This commit is contained in:
Gwenhael Le Moine 2011-07-06 23:42:40 +02:00
parent f5f24b4437
commit 99900da161

View file

@ -26,7 +26,7 @@ var options = {
};
var state = {
moving : cell.BALL,
distance_travelled : 0,
distance_travelled : 0,
level : 0,
board : ""
};