chore(version-snjs): 2.14.1

This commit is contained in:
Antonella Sgarlatta
2021-09-13 12:02:30 -03:00
parent 8993c7b951
commit b3f2d77846
5 changed files with 34 additions and 45 deletions

View File

@@ -25,6 +25,7 @@ import { NativeExtManager } from '@/services/nativeExtManager';
import { StatusManager } from '@/services/statusManager';
import { ThemeManager } from '@/services/themeManager';
import { AppVersion } from '@/version';
import { isDev } from '@/utils';
type WebServices = {
appState: AppState;
@@ -64,7 +65,8 @@ export class WebApplication extends SNApplication {
identifier,
[],
defaultSyncServerHost,
AppVersion
AppVersion,
isDev,
);
this.$compile = $compile;
this.scope = scope;