mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
fix lint issue
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: d61794265a...a3c9c7d41e
@@ -206,7 +206,8 @@ export default class MainBackground {
|
|||||||
|
|
||||||
if (!this.isSafari) {
|
if (!this.isSafari) {
|
||||||
this.contextMenusBackground = new ContextMenusBackground(this, this.cipherService,
|
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.idleBackground = new IdleBackground(this.lockService, this.storageService, this.notificationsService);
|
||||||
this.webRequestBackground = new WebRequestBackground(this.platformUtilsService, this.cipherService,
|
this.webRequestBackground = new WebRequestBackground(this.platformUtilsService, this.cipherService,
|
||||||
this.lockService);
|
this.lockService);
|
||||||
|
|||||||
Reference in New Issue
Block a user