mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
update jslib
This commit is contained in:
parent
5c8b5d527d
commit
ebc1807fcb
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit f40451ecc5b891139347c51d804ab314502d98e7
|
||||
Subproject commit 4c083eeb92d599bd8b85fb88ec5d435079b79395
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user