aboutsummaryrefslogtreecommitdiff
path: root/src/client/SocketStub.ts
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-03-17 19:27:48 -0400
committeryipstanley <stanley_yip@brown.edu>2019-03-17 19:27:48 -0400
commit65d67baa79c7d1c22db23b4ea722403d5067176b (patch)
tree2bccce4ca89dce2329d791486b3173d79c4390ff /src/client/SocketStub.ts
parent94baa241afd3a99b233ae6197b7e404951347413 (diff)
parent641656b5e803305971006c386db2f465da0373ac (diff)
changes
Diffstat (limited to 'src/client/SocketStub.ts')
-rw-r--r--src/client/SocketStub.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/SocketStub.ts b/src/client/SocketStub.ts
index 18df4ca0a..a0b89b7c9 100644
--- a/src/client/SocketStub.ts
+++ b/src/client/SocketStub.ts
@@ -7,6 +7,7 @@ import { Utils } from "../Utils";
import { Server } from "./Server";
import { ServerUtils } from "../server/ServerUtil";
+//TODO tfs: I think it might be cleaner to not have SocketStub deal with turning what the server gives it into Fields (in other words not call ServerUtils.FromJson), and leave that for the Server class.
export class SocketStub {
static FieldStore: ObservableMap<FieldId, Field> = new ObservableMap();