Skip to content

Instantly share code, notes, and snippets.

@Rockncoder
Created March 12, 2013 13:38
Show Gist options
  • Save Rockncoder/5142914 to your computer and use it in GitHub Desktop.
Save Rockncoder/5142914 to your computer and use it in GitHub Desktop.
The app is kind of empty right now.
(function () {
window.App = {
Models:{},
Views: {},
Router:{},
Event:_.extend({}, Backbone.Events)
};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment