Closed jo closed 11 years ago
On section Global Backbone Sync Configuration it must read
Global Backbone Sync Configuration
var Authors = Backbone.Collection.extend({ model: Author, pouch: { options: { query: { ... } } } });
instead of
var Authors = Backbone.Collection.extend({ model: Author, pouch: { query: { ... } } });
done via a4ba575
On section
Global Backbone Sync Configuration
it must readinstead of