diff --git a/public/game.js b/public/game.js index b17f77c..5f9d641 100644 --- a/public/game.js +++ b/public/game.js @@ -331,7 +331,7 @@ function initme() { return ID } -export default class EventAdapter { +class EventAdapter { constructor(canvas, window, viewport) { this.events = [] this._viewport = viewport