Navigation Menu

Skip to content

Commit

Permalink
newするべし
Browse files Browse the repository at this point in the history
  • Loading branch information
walf443 committed Jul 31, 2011
1 parent 4365b53 commit cd1d8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_goban.js
Expand Up @@ -11,7 +11,7 @@ try {
QUnit.module("Boardに関するテスト", {});

QUnit.test("初期化のテスト", function() {
var board = Goban.Board({
var board = new Goban.Board({
'size': 9,
});
QUnit.equal(board.data.length, 9*9, 'board size initialized');
Expand Down

0 comments on commit cd1d8bf

Please sign in to comment.