From 4843edef06c623c367fdd65ce27b73d798b5c9d5 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 10 Jan 2018 19:56:20 -0800 Subject: [PATCH] Add letters constant --- js/constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/constants.js b/js/constants.js index 23c48725..0211a04d 100644 --- a/js/constants.js +++ b/js/constants.js @@ -12,3 +12,4 @@ export const PLAYLIST_RESIZE_SEGMENT_WIDTH = 25; export const PLAYLIST_RESIZE_SEGMENT_HEIGHT = 29; export const MIN_PLAYLIST_WINDOW_WIDTH = 275; export const TRACK_HEIGHT = 13; +export const LETTERS = "ABCDEFGHIJKLMNOPQRSTUVWXYZ".split("");