X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FRules.vue;h=d96f1edc7afd442882fbcabf566d115c5a7f01b4;hp=d02901a0cf2a89478a4c071a4ef3b6195ad2777e;hb=d2edca6dfaafed2d1ab8d5941dbb77ed801798f6;hpb=e20b2a442f49e4109b5658c482133b871e48a41b 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"); },