diff options
author | Andy Rickert <andrew_rickert@brown.edu> | 2020-08-10 21:05:48 -0400 |
---|---|---|
committer | Andy Rickert <andrew_rickert@brown.edu> | 2020-08-10 21:05:48 -0400 |
commit | 105650105d3d41068d0e297c6e0284c9489d3574 (patch) | |
tree | ebd24c3bdc9cd3fb854354dd6aa60f596d7aa75b /src/client/documents/DocumentTypes.ts | |
parent | a1147c3c3e6ef3d16f850ef61f1c88099e3ab686 (diff) | |
parent | 4f1e459051b069dd1500df4c850deb3e67c01e16 (diff) |
merge
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 71d6c2ccc..1bef6fa08 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -10,7 +10,7 @@ export enum DocumentType { VID = "video", // video AUDIO = "audio", // audio PDF = "pdf", // pdf - INK = "ink", // ink stroke + INK = "inks", // ink stroke SCREENSHOT = "screenshot", // view of a desktop application FONTICON = "fonticonbox", // font icon SEARCH = "search", // search query @@ -31,7 +31,7 @@ export enum DocumentType { COLOR = "color", // color picker (view of a color picker for a color string) YOUTUBE = "youtube", // youtube directory (view of you tube search results) DOCHOLDER = "docholder", // nested document (view of a document) - SEARCHITEM= "searchitem", + SEARCHITEM = "searchitem", COMPARISON = "comparison", // before/after view with slider (view of 2 images) GROUP = "group", // group of users |