mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
rename, I think, last occurrence of brawl to hydrogen 👋
This commit is contained in:
parent
7aca9e291e
commit
3e34ccb7e1
@ -149,7 +149,7 @@ export async function main(container, paths, legacyExtras) {
|
|||||||
navigation,
|
navigation,
|
||||||
updateService: serviceWorkerHandler
|
updateService: serviceWorkerHandler
|
||||||
});
|
});
|
||||||
window.__brawlViewModel = vm;
|
window.__hydrogenViewModel = vm;
|
||||||
await vm.load();
|
await vm.load();
|
||||||
// TODO: replace with platform.createAndMountRootView(vm, container);
|
// TODO: replace with platform.createAndMountRootView(vm, container);
|
||||||
const view = new RootView(vm);
|
const view = new RootView(vm);
|
||||||
|
Loading…
Reference in New Issue
Block a user