diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-06-13 22:00:33 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-06-13 22:00:33 -0400 |
commit | b631beaf11db59549e75cc38ae7288a0ba8845cf (patch) | |
tree | 72964e5c225592405c79091e3c0c387786b1b901 /src/client/documents/Documents.ts | |
parent | eaa66ece6340534ad09cf83134b344ef43816cd9 (diff) |
added collection back
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index dfbe2e136..91d3707f6 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -170,7 +170,7 @@ export namespace Docs { return textProto; } function CreatePdfPrototype(): Doc { - let pdfProto = setupPrototypeOptions(pdfProtoId, "PDF_PROTO", PDFBox.LayoutString(), + let pdfProto = setupPrototypeOptions(pdfProtoId, "PDF_PROTO", CollectionPDFView.LayoutString("annotations"), { x: 0, y: 0, width: 300, height: 300, backgroundLayout: PDFBox.LayoutString(), curPage: 1 }); return pdfProto; } |