Skip to content

Instantly share code, notes, and snippets.

@erikakers
Last active December 21, 2015 03:19
Show Gist options
  • Save erikakers/6241848 to your computer and use it in GitHub Desktop.
Save erikakers/6241848 to your computer and use it in GitHub Desktop.
Javascript: Global Namespacing
window.App = {
Classes: {},
Controllers: {},
Constants: {},
Devices: {},
Features: {},
Functions: {},
Helpers: {},
Models: {},
Views: {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment