diff options
author | madelinegr <mgriswold99@gmail.com> | 2019-02-26 17:03:28 -0500 |
---|---|---|
committer | madelinegr <mgriswold99@gmail.com> | 2019-02-26 17:03:28 -0500 |
commit | 675d619bcac9b73893406ac029a4fd6c1cc290c6 (patch) | |
tree | 1bc0ed5252121c9e0e3ff6ae12837376730d3dc7 /src/client/documents/Documents.ts | |
parent | d6c6bd0399a787d2f54655ed5b32df5355ebd711 (diff) |
worked on collapsable
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 3 |
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 |