1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-27 12:36:14 +01:00

evaluate none folder as a string function

This commit is contained in:
Kyle Spearrin 2018-01-12 21:53:11 -05:00
parent c0262306f8
commit 84989aa9e2

View File

@ -126,7 +126,7 @@ export default class MainBackground {
this.cipherService = new CipherService(this.cryptoService, this.userService, this.settingsService, this.cipherService = new CipherService(this.cryptoService, this.userService, this.settingsService,
this.apiService, this.storageService); this.apiService, this.storageService);
this.folderService = new FolderService(this.cryptoService, this.userService, this.folderService = new FolderService(this.cryptoService, this.userService,
() => this.i18nService.noneFolder, delayi18nLoad, this.apiService, this.storageService); () => this.i18nService.noneFolder, this.apiService, this.storageService);
this.collectionService = new CollectionService(this.cryptoService, this.userService, this.storageService); this.collectionService = new CollectionService(this.cryptoService, this.userService, this.storageService);
this.lockService = new LockService(this.cipherService, this.folderService, this.collectionService, this.lockService = new LockService(this.cipherService, this.folderService, this.collectionService,
this.cryptoService, this.platformUtilsService, this.storageService, this.cryptoService, this.platformUtilsService, this.storageService,