update jslib
This commit is contained in:
parent
3ee88c0ee8
commit
9d52b5db23
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit f40451ecc5b891139347c51d804ab314502d98e7
|
||||
Subproject commit 4c083eeb92d599bd8b85fb88ec5d435079b79395
|
|
@ -24,7 +24,7 @@ export class AttachmentsComponent extends BaseAttachmentsComponent {
|
|||
platformUtilsService: PlatformUtilsService, private location: Location,
|
||||
private route: ActivatedRoute) {
|
||||
super(cipherService, analytics, toasterService, i18nService, cryptoService, tokenService,
|
||||
platformUtilsService);
|
||||
platformUtilsService, window);
|
||||
}
|
||||
|
||||
async ngOnInit() {
|
||||
|
|
Loading…
Reference in New Issue