Skip to content

Instantly share code, notes, and snippets.

@nikolayemrikh
Created May 4, 2018 06:52
Show Gist options
  • Select an option

  • Save nikolayemrikh/90a0b156f2a7835afd6b614e07edf83b to your computer and use it in GitHub Desktop.

Select an option

Save nikolayemrikh/90a0b156f2a7835afd6b614e07edf83b to your computer and use it in GitHub Desktop.
App
static start() {
const welcomeScreen = this.showWelcome();
Loader.loadData()
.then(() => welcomeScreen.unlock());
}
static showWelcome() {
const welcomeScreen = new WelcomeScreen();
showView(welcomeScreen.element);
return welcomeScreen;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment