From 675d619bcac9b73893406ac029a4fd6c1cc290c6 Mon Sep 17 00:00:00 2001 From: madelinegr Date: Tue, 26 Feb 2019 17:03:28 -0500 Subject: worked on collapsable --- src/client/documents/Documents.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/client/documents') 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, 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 -- cgit v1.2.3-70-g09d2