Skip to content

Instantly share code, notes, and snippets.

@carlesso
Created June 14, 2012 14:30
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 carlesso/2930707 to your computer and use it in GitHub Desktop.
Save carlesso/2930707 to your computer and use it in GitHub Desktop.
window.Blog =
Models: {}
Collections: {}
Views: {}
Routers: {}
init: ->
console.log(Blog.Routers.Posts)
new Blog.Routers.Posts()
Backbone.history.start()
$(document).ready ->
Blog.init()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment