noveogroup / backbone.iobind

Bind socket.io events to backbone models & collections. Also includes a drop-in replacement for Backbone.sync using socket.io.
https://noveogroup.github.io/backbone.iobind/
582 stars 65 forks source link

pass all arguments from socket.io #24

Closed kof closed 12 years ago

kof commented 12 years ago

I had an issue, that acknowledgement callback was not triggered. Also it is better to forward all arguments generically for the feature.

Also I wanted to increase the version number, but found out, that I have do it 3 times, so I added version replacement while dist generation.

pgherveou commented 12 years ago

Thks !