diff options
author | bob <bcz@cs.brown.edu> | 2019-08-19 17:00:59 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-08-19 17:00:59 -0400 |
commit | 8225f3d2f6647b4163f7fe056af73c86f85c28d2 (patch) | |
tree | 2f959f1b6f48d4dd4e72b7ee2c925ed0e32d211e /src/client/DocServer.ts | |
parent | 0e4729a8d634c67a3575761784b840a28694ba7a (diff) |
cleaned up some buttons
Diffstat (limited to 'src/client/DocServer.ts')
-rw-r--r-- | src/client/DocServer.ts | 2 |
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> } = {}; |