1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

fix lint issue

This commit is contained in:
Kyle Spearrin
2019-07-14 11:25:36 -04:00
parent cf0bc12aa1
commit d2bd4b0a0f
2 changed files with 3 additions and 2 deletions

2
jslib

Submodule jslib updated: d61794265a...a3c9c7d41e

View File

@@ -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);