jo / backbone-pouch

Backbone PouchDB Adapter
http://jo.github.io/backbone-pouch/
MIT License
163 stars 27 forks source link

Documentation of `options` #16

Closed jo closed 11 years ago

jo commented 11 years ago

On section Global Backbone Sync Configuration it must read

var Authors = Backbone.Collection.extend({
  model: Author,
  pouch: {
    options: {
      query: {
        ...
      }
    }
  }
});

instead of

var Authors = Backbone.Collection.extend({
  model: Author,
  pouch: {
    query: {
      ...
    }
  }
});
jo commented 11 years ago

done via a4ba575