1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Fix linting errors

This commit is contained in:
Hinton
2020-10-11 20:45:25 +02:00
parent 01ffa27fcc
commit 5eb0ce1e09
4 changed files with 8 additions and 8 deletions

View File

@@ -138,7 +138,7 @@ export default class MainBackground {
private menuOptionsLoaded: any[] = [];
private syncTimeout: any;
private isSafari: boolean;
nativeMessagingBackground: NativeMessagingBackground;
private nativeMessagingBackground: NativeMessagingBackground;
constructor() {
this.nativeMessagingBackground = new NativeMessagingBackground();