We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835179c commit 7edb27dCopy full SHA for 7edb27d
goban.js
@@ -131,7 +131,7 @@ var Goban = (function() {
131
132
// down
133
if (y + 1 < this.size && down == color && this.isAlive(x, y + 1, color)) {
134
- debugIsAlive("############ finish called isAlive x: " + x + ", y: " + y);
+ this.debugIsAlive("############ finish called isAlive x: " + x + ", y: " + y);
135
return true;
136
}
137
0 commit comments