aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-09-16 15:48:22 -0400
committerbob <bcz@cs.brown.edu>2019-09-16 15:48:22 -0400
commitc851129c58d142c67f034924e0e7e04f1c3e5017 (patch)
tree9a91227d5dd54d4795bcdaa8da9ab96503b10f49 /src/client/documents/Documents.ts
parent5e3c12128f4d15d621b323e0f1d78bfff2452b92 (diff)
cleaning up code in collectionfreeformview
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index e7ac1e321..673acfbaf 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -65,7 +65,7 @@ export interface DocumentOptions {
panY?: number;
page?: number;
scale?: number;
- layout?: string;
+ layout?: string | Doc;
isTemplate?: boolean;
templates?: List<string>;
viewType?: number;