X-Git-Url: https://git.auder.net/assets/rpsls.css?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fbase_rules.js;h=e6fd6d73908e3e3250eaa6674e2ec2e6b31383b2;hb=311cba767e3c461edb0c8c758bfb193ef670a68f;hp=db9b981a9f0b8f053e666f0ccf8fed1aea69aba0;hpb=1c5bfdf23707e893735f185786e9774b2270ace1;p=vchess.git diff --git a/client/src/base_rules.js b/client/src/base_rules.js index db9b981a..e6fd6d73 100644 --- a/client/src/base_rules.js +++ b/client/src/base_rules.js @@ -1126,7 +1126,7 @@ export const ChessRules = class ChessRules { let moves1 = this.getAllValidMoves("computer"); if (moves1.length == 0) - //TODO: this situation should not happen + // TODO: this situation should not happen return null; // Can I mate in 1 ? (for Magnetic & Extinction)