mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
refactor analytics to ts
This commit is contained in:
@@ -3,7 +3,4 @@ import MainBackground from './background/main.background';
|
||||
const bitwardenIsBackground = (window as any).bitwardenIsBackground = true;
|
||||
const bitwardenMain = (window as any).bitwardenMain = new MainBackground();
|
||||
|
||||
// tslint:disable-next-line:no-var-requires
|
||||
require('./scripts/analytics.js');
|
||||
|
||||
bitwardenMain.bootstrap();
|
||||
|
||||
Reference in New Issue
Block a user