Guest User

Untitled

a guest
Oct 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. window.Blog =
  2. Models: {}
  3. Collections: {}
  4. Views: {}
  5. Routers: {}
  6. init: ->
  7. console.log(Blog.Routers.Posts)
  8. new Blog.Routers.Posts()
  9. Backbone.history.start()
  10.  
  11. $(document).ready ->
  12. Blog.init()
Add Comment
Please, Sign In to add comment