Fixing missing closing parenthesis
authorDavid Négrier <d.negrier@thecodingmachine.com>
Sat, 4 Apr 2020 14:06:38 +0000 (16:06 +0200)
committerDavid Négrier <d.negrier@thecodingmachine.com>
Sat, 4 Apr 2020 14:06:38 +0000 (16:06 +0200)
front/src/index.ts

index ace0fa36ddefaaf83cfe2332985aab52363b63cf..9038a9c77d14cdd1a048bae5fdea097bcebc08ad 100644 (file)
@@ -17,4 +17,4 @@ let game = new Phaser.Game(config);
 
 window.addEventListener('resize', function (event) {
     game.scale.resize(window.innerWidth / resolution, window.innerHeight / resolution);
-}
+});