diff options
author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-10-29 18:29:57 -0400 |
---|---|---|
committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-10-29 18:29:57 -0400 |
commit | 9c7521a36f67b3a69ac40f8a55e66638ed96bf04 (patch) | |
tree | fa8f8947d490f968460ee40e21b2d8dc8c36df89 /src/client/DocServer.ts | |
parent | f5fc9d12c2843d6d9241045150983d30e4eaa4d1 (diff) |
Client Side Namespace
Diffstat (limited to 'src/client/DocServer.ts')
-rw-r--r-- | src/client/DocServer.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/DocServer.ts b/src/client/DocServer.ts index 2cec1046b..7ffb43684 100644 --- a/src/client/DocServer.ts +++ b/src/client/DocServer.ts @@ -21,7 +21,7 @@ import { Id, HandleUpdate } from '../new_fields/FieldSymbols'; */ export namespace DocServer { let _cache: { [id: string]: RefField | Promise<Opt<RefField>> } = {}; - let _socket: SocketIOClient.Socket; + export let _socket: SocketIOClient.Socket; // this client's distinct GUID created at initialization let GUID: string; // indicates whether or not a document is currently being udpated, and, if so, its id |