aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index bcd08bafa..2ea3cdfdb 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -192,11 +192,12 @@ export namespace Documents {
return CollectionDocument(config, CollectionViewType.Docking, options, id)
}
+ /*
export function PresentationDocument(documents: Array<Document>, options: DocumentOptions, id?: string) {
let doc = GetCollectionPrototype().MakeDelegate(id);
setupOptions(doc, options);
doc.SetData(KeyStore.Data, documents, ListField);
doc.SetNumber(KeyStore.ViewType, CollectionViewType);
return doc;
- }
+ }*/
} \ No newline at end of file