mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-26 19:47:30 +00:00
Add letters constant
This commit is contained in:
parent
d36d720acd
commit
4843edef06
1 changed files with 1 additions and 0 deletions
|
|
@ -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("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue