Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created April 3, 2018 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/acc9421490f255701ee02136fba24447 to your computer and use it in GitHub Desktop.
Save goofmint/acc9421490f255701ee02136fba24447 to your computer and use it in GitHub Desktop.
document.addEventListener('init', (event) => {
const page = event.target;
switch (page.id) {
case 'new':
h5.core.controller('#new', newController, page.data);
break;
case 'app':
h5.core.controller('body', helloWorldController);
break;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment