aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/xtext/XtextClient.ts
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/xtext/XtextClient.ts')
-rw-r--r--subprojects/frontend/src/xtext/XtextClient.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/subprojects/frontend/src/xtext/XtextClient.ts b/subprojects/frontend/src/xtext/XtextClient.ts
index e7d26ae6..14fb2430 100644
--- a/subprojects/frontend/src/xtext/XtextClient.ts
+++ b/subprojects/frontend/src/xtext/XtextClient.ts
@@ -35,8 +35,7 @@ export default class XtextClient {
35 this.webSocketClient = new XtextWebSocketClient( 35 this.webSocketClient = new XtextWebSocketClient(
36 () => this.onReconnect(), 36 () => this.onReconnect(),
37 () => this.onDisconnect(), 37 () => this.onDisconnect(),
38 (resource, stateId, service, push) => 38 this.onPush.bind(this),
39 this.onPush(resource, stateId, service, push),
40 ); 39 );
41 this.updateService = new UpdateService(store, this.webSocketClient); 40 this.updateService = new UpdateService(store, this.webSocketClient);
42 this.contentAssistService = new ContentAssistService(this.updateService); 41 this.contentAssistService = new ContentAssistService(this.updateService);