janmonschke / backbone-couchdb

A couchdb connector for backbone with support for real time changes.

Home Page:http://janmonschke.com/projects/backbone-couchdb.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unpatched Backbone.Model still remians in Backbone.Collection::model

dwt opened this issue · comments

Which is a pain because it means you have to use Backbone.Collection with custom subclasses (or fix the error yourself with

Backbone.Collection::model = Backbone.Model

Does it work for you now?

I did apply the fix myself already, but I'll get back to you on the next update of backbone.couchdb.