From d2bd4b0a0fe89a9c364c8087ae2a0902c4a4adc7 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sun, 14 Jul 2019 11:25:36 -0400 Subject: [PATCH] fix lint issue --- jslib | 2 +- src/background/main.background.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index d61794265a..a3c9c7d41e 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit d61794265a12076b765876b52cef597862727b1f +Subproject commit a3c9c7d41ea454438b3c3fcf1887e9997fc2727a diff --git a/src/background/main.background.ts b/src/background/main.background.ts index 9a69451499..3f0c30d2cd 100644 --- a/src/background/main.background.ts +++ b/src/background/main.background.ts @@ -206,7 +206,8 @@ export default class MainBackground { if (!this.isSafari) { this.contextMenusBackground = new ContextMenusBackground(this, this.cipherService, - this.passwordGenerationService, this.analytics, this.platformUtilsService, this.lockService, this.eventService); + this.passwordGenerationService, this.analytics, this.platformUtilsService, this.lockService, + this.eventService); this.idleBackground = new IdleBackground(this.lockService, this.storageService, this.notificationsService); this.webRequestBackground = new WebRequestBackground(this.platformUtilsService, this.cipherService, this.lockService);