Skip to content

Commit

Permalink
last
Browse files Browse the repository at this point in the history
  • Loading branch information
chrigu committed Apr 29, 2012
1 parent 4abf331 commit 75191ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/lib.js
Expand Up @@ -30,6 +30,7 @@
this.cells[x][y] = value;
};


Game.prototype.nextRound = function() {
var changes = [];
for (var x = 0; x < this.numOfColumns; x++) {
Expand Down

0 comments on commit 75191ad

Please sign in to comment.