X-Git-Url: https://git.auder.net/images/pieces/%22%20%20VariantRules.getPpath%28board%5Bi%5D%5Bj%5D%29%20%20%20%22.svg?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FRules.vue;h=d96f1edc7afd442882fbcabf566d115c5a7f01b4;hb=d2edca6dfaafed2d1ab8d5941dbb77ed801798f6;hp=d02901a0cf2a89478a4c071a4ef3b6195ad2777e;hpb=f76dd684a2738f98092cd8770146885cd423d2a9;p=vchess.git diff --git a/client/src/views/Rules.vue b/client/src/views/Rules.vue index d02901a0..d96f1edc 100644 --- a/client/src/views/Rules.vue +++ b/client/src/views/Rules.vue @@ -128,7 +128,7 @@ export default { this.$refs["compgame"].launchGame(); } }, - // user wants to stop the game: + // The user wants to stop the game: stopGame: function() { this.$refs["compgame"].gameOver("?", "Undetermined result"); },