scttnlsn / backbone.io

Backbone.js sync via Socket.IO
http://scttnlsn.github.io/backbone.io
541 stars 66 forks source link

Backbone 1.0.0 compability #43

Closed aw030 closed 11 years ago

aw030 commented 11 years ago

With backbone library version 1.0.0 (newest release) it's not working properly anymore (like with version 0.9.10). Will there be a compability update for backbone.io? The collection will be cycled (client will get "to much recursion" error on send) and the "text" variable in the template is blamed as undefined. Info: i used the example files of the backbone.io project and used the latest libs.

josx commented 11 years ago

Hi aw030!

Do you test last master version of backbone.io?

Please check: https://github.com/scttnlsn/backbone.io/commit/4a34b6526c485a89b6ca96865631709200572ed2

BTW I had a similar issue and was the order of file load on html.

aw030 commented 11 years ago

Thx a lot, i will give it a try! Very phat project by the way...