1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

update jslib

This commit is contained in:
Kyle Spearrin
2018-06-08 12:16:23 -04:00
parent 5c8b5d527d
commit ebc1807fcb
2 changed files with 2 additions and 2 deletions

View File

@@ -21,6 +21,6 @@ export class AttachmentsComponent extends BaseAttachmentsComponent {
cryptoService: CryptoService, tokenService: TokenService,
platformUtilsService: PlatformUtilsService) {
super(cipherService, analytics, toasterService, i18nService, cryptoService, tokenService,
platformUtilsService);
platformUtilsService, window);
}
}