aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-05-02 01:31:18 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-05-02 01:31:18 -0400
commit2c1cf7fd3e1d71813f23f60acb9264a4f8bf33b0 (patch)
tree2e38e5a51758dc54d6be586a3f53ca96eec3a020 /src/client/documents/Documents.ts
parenteebe58b47acfe3b13c22407b98763cdbd6e1eb58 (diff)
parent407c104f0ad0957d71f73c14f5b835fab387ecd2 (diff)
Merge branch 'newDocs' of github-tsch-brown:browngraphicslab/Dash-Web into newDocs
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 6ca2567dc..0333f4673 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -48,7 +48,7 @@ export interface DocumentOptions {
scale?: number;
baseLayout?: string;
layout?: string;
- //templates?: Array<Template>;
+ templates?: List<string>;
viewType?: number;
backgroundColor?: string;
copyDraggedItems?: boolean;