aboutsummaryrefslogtreecommitdiff
path: root/app/utils
diff options
context:
space:
mode:
Diffstat (limited to 'app/utils')
-rw-r--r--app/utils/glyph_hash.js32
1 files changed, 16 insertions, 16 deletions
diff --git a/app/utils/glyph_hash.js b/app/utils/glyph_hash.js
index c074376..2d9b3f3 100644
--- a/app/utils/glyph_hash.js
+++ b/app/utils/glyph_hash.js
@@ -1,22 +1,22 @@
const internals = {
kSplitterRegex: /.{1,8}/g,
kGlyphs: [
- "☽",
- "☆",
- "♢",
- "♡",
- "╱",
- "╲",
- "╳",
- "〰",
- "▷",
- "⏊",
- "〒",
- "▢",
- "◯",
- "⏃",
- "⏀",
- "⏆"
+ '☽',
+ '☆',
+ '♢',
+ '♡',
+ '╱',
+ '╲',
+ '╳',
+ '〰',
+ '▷',
+ '⏊',
+ '〒',
+ '▢',
+ '◯',
+ '⏃',
+ '⏀',
+ '⏆'
]
};