summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/play.js b/play.js
index e702d49..13b2743 100644
--- a/play.js
+++ b/play.js
@@ -1,6 +1,6 @@
"use strict"
-/* global CARDS, US_STATES, action_button, scroll_into_view, send_action, view */
+/* global CARDS, US_STATES, action_button, player, scroll_into_view, send_action, view */
const SUF = 0
const OPP = 1
@@ -601,9 +601,6 @@ function on_log(text) { // eslint-disable-line no-unused-vars
return p
}
-const pluralize = (count, noun, suffix = 's') =>
- `${count} ${noun}${count !== 1 ? suffix : ''}`;
-
function support_info() {
return `${view.support_buttons}\u{2b50} ${view.support_hand}\u{1f0cf}`
}