Skip to content

Instantly share code, notes, and snippets.

@marlun
Created May 20, 2011 13:12
Show Gist options
  • Select an option

  • Save marlun/982858 to your computer and use it in GitHub Desktop.

Select an option

Save marlun/982858 to your computer and use it in GitHub Desktop.
(function() {
window.app = {};
app.controllers = {};
app.collections = {};
app.models = {};
app.views = {};
app.app = {};
jQuery(function() {
app.home = new app.controllers.Home();
return Backbone.history.start();
});
}).call(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment