1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

update jslib

This commit is contained in:
Kyle Spearrin
2018-06-08 12:16:26 -04:00
parent 3ee88c0ee8
commit 9d52b5db23
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: f40451ecc5...4c083eeb92

View File

@@ -24,7 +24,7 @@ export class AttachmentsComponent extends BaseAttachmentsComponent {
platformUtilsService: PlatformUtilsService, private location: Location, platformUtilsService: PlatformUtilsService, private location: Location,
private route: ActivatedRoute) { private route: ActivatedRoute) {
super(cipherService, analytics, toasterService, i18nService, cryptoService, tokenService, super(cipherService, analytics, toasterService, i18nService, cryptoService, tokenService,
platformUtilsService); platformUtilsService, window);
} }
async ngOnInit() { async ngOnInit() {