summaryrefslogtreecommitdiff
path: root/webcards/scripts/gui/table.js
diff options
context:
space:
mode:
Diffstat (limited to 'webcards/scripts/gui/table.js')
-rw-r--r--webcards/scripts/gui/table.js4
1 files changed, 1 insertions, 3 deletions
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();
},