scttnlsn / backbone.io

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

browser.js: sync fails if no options provided #48

Closed lemonzi closed 11 years ago

lemonzi commented 11 years ago

If no options are provided (i.e. no required callbacks), the sync method fails because options is undefined.

scttnlsn commented 11 years ago

Thanks. This is fixed in the latest version.