diff options
author | bob <bcz@cs.brown.edu> | 2019-02-15 17:29:58 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-02-15 17:29:58 -0500 |
commit | 32b197fd3a0340d01a4b432d7815a14eefda0a97 (patch) | |
tree | 5e4898b5dccc6c6f06d49416f859fa118d9aac6d /src | |
parent | 35ac75738a707f7001f6b881e8ad8d6f058c6892 (diff) |
piddling change.
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/Main.tsx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx index 1ae691bf5..bdefecf19 100644 --- a/src/client/views/Main.tsx +++ b/src/client/views/Main.tsx @@ -73,11 +73,7 @@ Documents.initProtos(() => { } else { const docset: Document[] = []; - let doc4 = Documents.CollectionDocument(docset, { - x: 0, y: 400, title: "mini collection" - }, mainDocId); - var lid = KeyStore.Layout.Id; - mainContainer = doc4; + mainContainer = Documents.CollectionDocument(docset, { x: 0, y: 400, title: "mini collection" }, mainDocId); let args = new DocumentTransfer(mainContainer.ToJson()) Utils.Emit(Server.Socket, MessageStore.AddDocument, args) } |