chore(version-snjs): 2.7.20

This commit is contained in:
Antonella Sgarlatta
2021-07-15 12:49:36 -03:00
parent 08ab1d009d
commit ffc84a7ab6
4 changed files with 5 additions and 8 deletions

View File

@@ -53,7 +53,6 @@ export class WebApplication extends SNApplication {
scope: angular.IScope,
defaultSyncServerHost: string,
public bridge: Bridge,
webSocketUrl: string,
) {
super(
bridge.environment,
@@ -64,7 +63,6 @@ export class WebApplication extends SNApplication {
identifier,
[],
defaultSyncServerHost,
webSocketUrl,
);
this.$compile = $compile;
this.scope = scope;

View File

@@ -64,7 +64,6 @@ export class ApplicationGroup extends SNApplicationGroup {
scope,
this.defaultSyncServerHost,
this.bridge,
this.webSocketUrl
);
const appState = new AppState(
this.$rootScope,