From b48f0adccb11619680a47cac5fa9c68f638bd489 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sun, 17 May 2020 13:15:41 -0400 Subject: [WebCards] Update from my local repos --- webcards/scripts/gui/table.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'webcards/scripts/gui/table.js') diff --git a/webcards/scripts/gui/table.js b/webcards/scripts/gui/table.js index db67529..2776f80 100644 --- a/webcards/scripts/gui/table.js +++ b/webcards/scripts/gui/table.js @@ -1,4 +1,4 @@ -// Table represents and manages the actual game. It accepts inputs from the server and tries to queries the server when the player makes a move. +// Table represents and manages the actual game. It accepts inputs from the server and tries to query the server when the player makes a move. function Table(el, soc) { this.root = el; this.soc = soc; @@ -22,8 +22,6 @@ Table.prototype = { } }, - - handleClose: function() { this.reset(); }, -- cgit v1.2.3