rename, I think, last occurrence of brawl to hydrogen 👋
This commit is contained in:
parent
7aca9e291e
commit
3e34ccb7e1
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ export async function main(container, paths, legacyExtras) {
|
|||
navigation,
|
||||
updateService: serviceWorkerHandler
|
||||
});
|
||||
window.__brawlViewModel = vm;
|
||||
window.__hydrogenViewModel = vm;
|
||||
await vm.load();
|
||||
// TODO: replace with platform.createAndMountRootView(vm, container);
|
||||
const view = new RootView(vm);
|
||||
|
|
Reference in a new issue