aboutsummaryrefslogtreecommitdiff
path: root/src/client/DocServer.ts
diff options
context:
space:
mode:
authorkimdahey <claire_kim1@brown.edu>2019-08-23 13:52:41 -0400
committerkimdahey <claire_kim1@brown.edu>2019-08-23 13:52:41 -0400
commit72ed0bbdb045695a8dcb7d604a9d834b16f424a9 (patch)
treef6a062b47f255b9f211c4f2b9218bcf2dca15eb2 /src/client/DocServer.ts
parentcc6040e717632ae9725c134cd8722813cb1733c2 (diff)
parent56987012f9690d300b482d8f1b3d83935342322b (diff)
fixed merge conflicts
Diffstat (limited to 'src/client/DocServer.ts')
-rw-r--r--src/client/DocServer.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/DocServer.ts b/src/client/DocServer.ts
index bf5168c22..2cec1046b 100644
--- a/src/client/DocServer.ts
+++ b/src/client/DocServer.ts
@@ -33,6 +33,8 @@ export namespace DocServer {
LivePlayground = 3,
}
+ export let AclsMode = WriteMode.Default;
+
const fieldWriteModes: { [field: string]: WriteMode } = {};
const docsWithUpdates: { [field: string]: Set<Doc> } = {};