1
0
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:
Kyle Spearrin
2018-01-12 10:05:30 -05:00
parent 3e8db9dc36
commit c10ade46c0
6 changed files with 134 additions and 90 deletions

View File

@@ -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();