mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
refactor and cleanup analytics class
This commit is contained in:
@@ -20,7 +20,7 @@ require('../less/libs.less');
|
||||
require('../less/popup.less');
|
||||
|
||||
import Analytics from '../../scripts/analytics';
|
||||
new Analytics(window).init(); // await?
|
||||
new Analytics(window);
|
||||
|
||||
import DirectivesModule from './directives/directives.module';
|
||||
import ComponentsModule from './components/components.module';
|
||||
|
||||
Reference in New Issue
Block a user