1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

update jslib

This commit is contained in:
Kyle Spearrin
2018-08-20 22:23:20 -04:00
parent 12d39edec6
commit 7be73c19e2
2 changed files with 3 additions and 2 deletions

2
jslib

Submodule jslib updated: bba52192dc...50666a761d

View File

@@ -112,7 +112,8 @@ const authService = new AuthService(cryptoService, apiService,
userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService);
const exportService = new ExportService(folderService, cipherService, apiService);
const auditService = new AuditService(cryptoFunctionService, apiService);
const notificationsService = new NotificationsService(userService, tokenService, syncService, appIdService);
const notificationsService = new NotificationsService(userService, tokenService, syncService, appIdService,
apiService);
const environmentService = new EnvironmentService(apiService, storageService, notificationsService);
const analytics = new Analytics(window, () => isDev(), platformUtilsService, storageService, appIdService);