From 9d52b5db23cf81245c216c6454a61a29ba582359 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 8 Jun 2018 12:16:26 -0400 Subject: [PATCH] update jslib --- jslib | 2 +- src/popup/vault/attachments.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index f40451ecc5..4c083eeb92 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit f40451ecc5b891139347c51d804ab314502d98e7 +Subproject commit 4c083eeb92d599bd8b85fb88ec5d435079b79395 diff --git a/src/popup/vault/attachments.component.ts b/src/popup/vault/attachments.component.ts index c99676f17b..aa8c669916 100644 --- a/src/popup/vault/attachments.component.ts +++ b/src/popup/vault/attachments.component.ts @@ -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() {