scttnlsn / backbone.io

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

In 0.3.0, there's a bug where bindBackend isn't defined #14

Closed benschell closed 12 years ago

benschell commented 12 years ago

The example currently fails for me with an error about this.bindBackend not being defined. I tracked it down to the var Mixins being undefined (rather than being the expected object containing the bindBackend function).

The commit fixes it by relocating where Mixins is defined.

scttnlsn commented 12 years ago

Yup. Whoops. Just fixed this before I realized you had a commit attached here.