Skip to content

Commit 7edb27d

Browse files
committed
thisが必要
1 parent 835179c commit 7edb27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goban.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ var Goban = (function() {
131131

132132
// down
133133
if (y + 1 < this.size && down == color && this.isAlive(x, y + 1, color)) {
134-
debugIsAlive("############ finish called isAlive x: " + x + ", y: " + y);
134+
this.debugIsAlive("############ finish called isAlive x: " + x + ", y: " + y);
135135
return true;
136136
}
137137

0 commit comments

Comments
 (0)