diff --git a/apps/oxofocus/app.js b/apps/oxofocus/app.js index 5b02116e6..87c8beee0 100644 --- a/apps/oxofocus/app.js +++ b/apps/oxofocus/app.js @@ -454,7 +454,7 @@ Bangle.on('touch', function(zone,e) { if (game_state == GAME_OVER) { new_game(); - return(); + return; } get_move();