diff options
author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2020-02-29 13:24:25 -0500 |
---|---|---|
committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2020-02-29 13:24:25 -0500 |
commit | 912ce2733f8fb7caab828bc6a1cb552639c45585 (patch) | |
tree | 10d12865d33c102e375a7d3e1cb2c2a43d5cc1be /src/client/documents/DocumentTypes.ts | |
parent | 640f14da28d97600fb32d09023fc932e3a4052c4 (diff) |
scripbox
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 06b15d78c..170d54e96 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -25,5 +25,6 @@ export enum DocumentType { DOCULINK = "doculink", PDFANNO = "pdfanno", INK = "ink", - DOCUMENT = "document" + DOCUMENT = "document", + SCRIPT = "script" }
\ No newline at end of file |