diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-04-27 22:27:26 -0400 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-04-27 22:27:26 -0400 |
commit | 506af03831bf3cc002f93ad8708eafb909c0a194 (patch) | |
tree | d4615c24c180dc8171e13277fcd7d9eb62bdda4e /src/client/documents/Documents.ts | |
parent | d4a77dd055685dd81a762ef40e0c3b7606586e9c (diff) |
Various fixes
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index c30fb21d5..2a9687bda 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -138,7 +138,7 @@ export namespace Docs { return webProto; } function CreateCollectionPrototype(): Doc { - let collProto = setupPrototypeOptions(collProtoId, "COLLECTION_PROTO", CollectionView.LayoutString("DataKey"), + let collProto = setupPrototypeOptions(collProtoId, "COLLECTION_PROTO", CollectionView.LayoutString("data"), { panX: 0, panY: 0, scale: 1, width: 500, height: 500 }); return collProto; } |