cozy / cozy-db

Cozy Data System Driver
https://cozy.github.io/cozy-db/doc/DOCINDEX.md.html
MIT License
6 stars 16 forks source link

pouchdb requestDestroy's function calls request with the wrong API #34

Closed bnjbvr closed 9 years ago

bnjbvr commented 9 years ago

request expects (name, params, callback), and https://github.com/cozy/cozy-db/blob/master/src/pouchmodel.coffee#L243

bnjbvr commented 9 years ago

(this is causing https://github.com/bnjbvr/kresus/issues/170 )

clochix commented 9 years ago

Hi @bnjbvr, thanks for reporting, a PR would be much appreciated ;-)