1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02: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

@ -1 +1 @@
Subproject commit d61794265a12076b765876b52cef597862727b1f
Subproject commit a3c9c7d41ea454438b3c3fcf1887e9997fc2727a

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