From aa91f1e00d048f79a80321ceef671a848fb610cb Mon Sep 17 00:00:00 2001 From: Leonhard Strohmidel <strohmidel@sitepark.com> Date: Wed, 24 Apr 2019 16:11:36 +0200 Subject: [PATCH] ~Client-side model --- src/templates/frontend/frontend.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/templates/frontend/frontend.js b/src/templates/frontend/frontend.js index 0d4bd9e..7f5e937 100644 --- a/src/templates/frontend/frontend.js +++ b/src/templates/frontend/frontend.js @@ -62,7 +62,9 @@ class Game{ class Round{ constructor (){ this.points = 0; - this. + this.question = null; + this.error_right = 0; + this.error_left = 0; } } -- GitLab