summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-11-24 16:00:45 +0100
committerMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-11-24 16:00:45 +0100
commitb1262b44f9f010852e1a7be0f14c1716028b1ae7 (patch)
tree7dda5f9b5e53e0231ae5f9e613a7abc0d218ff61 /play.js
parent4eb3c91f4c644129f6fe9f81ecd5b2c5b8838880 (diff)
downloadvotes-for-women-b1262b44f9f010852e1a7be0f14c1716028b1ae7.tar.gz
eslint
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}`
}