Skip to content

Instantly share code, notes, and snippets.

@jashkenas
Created November 17, 2010 20:19
Show Gist options
  • Save jashkenas/704007 to your computer and use it in GitHub Desktop.
Save jashkenas/704007 to your computer and use it in GitHub Desktop.
// Provide top-level namespaces for our javascript.
(function() {
window.dc = {};
dc.controllers = {};
dc.model = {};
dc.app = {};
dc.ui = {};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment