mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-11 00:31:45 +01:00
fix lint issue
This commit is contained in:
parent
cf0bc12aa1
commit
d2bd4b0a0f
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit d61794265a12076b765876b52cef597862727b1f
|
||||
Subproject commit a3c9c7d41ea454438b3c3fcf1887e9997fc2727a
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user