1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

update jslib with export deps

This commit is contained in:
Kyle Spearrin
2018-07-05 14:41:50 -04:00
parent 56c330e080
commit 849e1ece17
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 20622db73c...87e273252b

View File

@@ -104,7 +104,7 @@ const totpService = new TotpService(storageService, cryptoFunctionService);
const containerService = new ContainerService(cryptoService, platformUtilsService);
const authService = new AuthService(cryptoService, apiService,
userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService);
const exportService = new ExportService(folderService, cipherService);
const exportService = new ExportService(folderService, cipherService, apiService);
const auditService = new AuditService(cryptoFunctionService);
const analytics = new Analytics(window, () => isDev(), platformUtilsService, storageService, appIdService);