From ce8f55d23875d9a7e5b558f35c116bad1ae574c6 Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Thu, 22 Apr 2021 21:53:46 +0200
Subject: [PATCH] Fix class syntax

---
 src/widget.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/widget.js b/src/widget.js
index 8a97389..f37ebd9 100644
--- a/src/widget.js
+++ b/src/widget.js
@@ -1,4 +1,4 @@
 import WidgetBackend from './backends/widget';
 import Game from './frontend/game';
 
-let game = Game();
+let game = new Game();
-- 
GitLab