Browse Source

bind leavegame to this

main
Stephanie Gredell 5 months ago
parent
commit
14edf9c874
  1. 1
      static/script.js

1
static/script.js

@ -269,6 +269,7 @@ window.addEventListener("DOMContentLoaded", function() { @@ -269,6 +269,7 @@ window.addEventListener("DOMContentLoaded", function() {
this._onKeyDown = this._onKeyDown.bind(this);
this._onKeyUp = this._onKeyUp.bind(this);
this._onSendClick = this._onSendClick.bind(this);
this._leaveGame = this._leaveGame.bind(this);
}

Loading…
Cancel
Save