From: David NĂ©grier Date: Sat, 4 Apr 2020 14:06:38 +0000 (+0200) Subject: Fixing missing closing parenthesis X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=531899ea6ba79f41af39cf01cca0444121a82414;p=libreadventure.git Fixing missing closing parenthesis --- diff --git a/front/src/index.ts b/front/src/index.ts index ace0fa3..9038a9c 100644 --- a/front/src/index.ts +++ b/front/src/index.ts @@ -17,4 +17,4 @@ let game = new Phaser.Game(config); window.addEventListener('resize', function (event) { game.scale.resize(window.innerWidth / resolution, window.innerHeight / resolution); -} +});