scttnlsn / backbone.io

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

IE compatibility fixes #31

Closed lboynton closed 11 years ago

lboynton commented 11 years ago

Fixed some compatibility issues with IE. Note that there is still an "Out of stack space" error in IE9 when attempting to send a message, but I haven't been able to track this down so far.

scttnlsn commented 11 years ago

Awesome. Maybe we just use _.each instead of shimming forEach.

lboynton commented 11 years ago

Yes, that would be a better option!

scttnlsn commented 11 years ago

Fantastic...thanks!