Guest User

Untitled

a guest
Jun 14th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. window.old_sync = Backbone.sync
  2.  
  3. Backbone.sync = (method, model, options) =>
  4. old_sync(method, model, options)
  5. model.trigger("loading")
Advertisement
Add Comment
Please, Sign In to add comment