mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
update jslib
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: f40451ecc5...4c083eeb92
@@ -21,6 +21,6 @@ export class AttachmentsComponent extends BaseAttachmentsComponent {
|
|||||||
cryptoService: CryptoService, tokenService: TokenService,
|
cryptoService: CryptoService, tokenService: TokenService,
|
||||||
platformUtilsService: PlatformUtilsService) {
|
platformUtilsService: PlatformUtilsService) {
|
||||||
super(cipherService, analytics, toasterService, i18nService, cryptoService, tokenService,
|
super(cipherService, analytics, toasterService, i18nService, cryptoService, tokenService,
|
||||||
platformUtilsService);
|
platformUtilsService, window);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user