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.ts6
1 files changed, 1 insertions, 5 deletions
diff --git a/subprojects/frontend/src/xtext/XtextClient.ts b/subprojects/frontend/src/xtext/XtextClient.ts
index 7297c674..6351c9fd 100644
--- a/subprojects/frontend/src/xtext/XtextClient.ts
+++ b/subprojects/frontend/src/xtext/XtextClient.ts
@@ -43,11 +43,7 @@ export default class XtextClient {
43 this.updateService, 43 this.updateService,
44 ); 44 );
45 this.validationService = new ValidationService(store, this.updateService); 45 this.validationService = new ValidationService(store, this.updateService);
46 this.occurrencesService = new OccurrencesService( 46 this.occurrencesService = new OccurrencesService(store, this.updateService);
47 store,
48 this.webSocketClient,
49 this.updateService,
50 );
51 } 47 }
52 48
53 onTransaction(transaction: Transaction): void { 49 onTransaction(transaction: Transaction): void {