mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
rename bg variables
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import MainBackground from './background/main.background';
|
||||
|
||||
// tslint:disable-next-line:variable-name
|
||||
const bg_isBackground = (window as any).bg_isBackground = true;
|
||||
// tslint:disable-next-line:variable-name
|
||||
const bg_main = (window as any).bg_main = new MainBackground();
|
||||
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');
|
||||
|
||||
bg_main.bootstrap();
|
||||
bitwardenMain.bootstrap();
|
||||
|
||||
Reference in New Issue
Block a user