mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
refactor and cleanup analytics class
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import MainBackground from './background/main.background';
|
||||
|
||||
const bitwardenIsBackground = (window as any).bitwardenIsBackground = true;
|
||||
const bitwardenMain = (window as any).bitwardenMain = new MainBackground();
|
||||
|
||||
bitwardenMain.bootstrap().then(() => {
|
||||
// Finished bootstrapping
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user