gr2m / milestones

A GitHub backed Milestone thingy
http://gr2m.github.io/milestones/
69 stars 14 forks source link

add events to pouchdb-hoodie-api #49

Closed gr2m closed 9 years ago

gr2m commented 9 years ago
hoodie.store.on('add', function(object, options) {})
hoodie.store.on('update', function(object, options) {})
hoodie.store.on('remove', function(object, options) {})
hoodie.store.on('change', function(eventName, object, options) {})
gr2m commented 9 years ago

done via https://github.com/hoodiehq/pouchdb-hoodie-api/pull/34 :+1: