Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
linkesch committed Apr 2, 2016
1 parent 5bc1907 commit 43cee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/grid.js
Expand Up @@ -39,7 +39,7 @@ Grid.prototype = {
this._cells = [];

for (var i = 0; i < this.rows * this.columns; i++) {
var column = i % this.columns ;
var column = i % this.columns;

if (column === 0) {
row++;
Expand Down

0 comments on commit 43cee23

Please sign in to comment.