rename, I think, last occurrence of brawl to hydrogen 👋

This commit is contained in:
Bruno Windels 2020-10-19 12:52:57 +02:00
parent 7aca9e291e
commit 3e34ccb7e1

View File

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