Rename gameId --> id in Game.vue
[vchess.git] / client / src / views / Game.vue
index 4d44cd1..89bef8d 100644 (file)
@@ -419,9 +419,7 @@ export default {
       else
       {
         // Local or corr game
-        GameStorage.get(this.gameRef.id, (game) => {
-          afterRetrieval(game);
-        });
+        GameStorage.get(this.gameRef.id, afterRetrieval);
       }
     },
     // Post-process a move (which was just played)