diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-09-30 14:01:59 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-09-30 14:01:59 -0400 |
commit | d7f515f32de780884774e7bbdcc1cfe78733af45 (patch) | |
tree | 76d77162c54ef732e17813f77253eafb263840e8 /src/client/documents/DocumentTypes.ts | |
parent | d49e573d62fb9caee0568b454cb3555775a887ff (diff) |
a bunch of changes to presentation view ... more coming.
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 381981e1b..8ec6e9642 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -19,5 +19,5 @@ export enum DocumentType { YOUTUBE = "youtube", DRAGBOX = "dragbox", PRES = "presentation", - LINKFOLLOW = "linkfollow", + LINKFOLLOW = "linkfollow" }
\ No newline at end of file |