backpusher
backpusher copied to clipboard
Support for AMD, to be usable with RequireJS. Also added it as a bower component: http://bower.io/search/?q=backpusher
My app has two different kinds of backbone collections that are connected to pusher (People and Documents). They each use their own pusher channels, so I placed the code that...
I noticed today that when including backpusher.js, which override Backbone.sync, that my success/error callbacks don't fire on save(). Another issue, is that when save() is called, the model isn't synced...