Skip to content

Instantly share code, notes, and snippets.

@babjo
Last active August 1, 2021 11:12
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 babjo/154128e45e42d289d6e4272bc8505e94 to your computer and use it in GitHub Desktop.
Save babjo/154128e45e42d289d6e4272bc8505e94 to your computer and use it in GitHub Desktop.
// global
var myApp = myApp || {};
// namespaces
myApp.routers = myApp.routers || {};
myApp.model = myApp.model || {};
myApp.model.special = myApp.model.special || {};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment