diff options
| author | bob <bcz@cs.brown.edu> | 2019-09-16 15:48:22 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-09-16 15:48:22 -0400 |
| commit | c851129c58d142c67f034924e0e7e04f1c3e5017 (patch) | |
| tree | 9a91227d5dd54d4795bcdaa8da9ab96503b10f49 /src/client/documents/Documents.ts | |
| parent | 5e3c12128f4d15d621b323e0f1d78bfff2452b92 (diff) | |
cleaning up code in collectionfreeformview
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 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; |
