coresmart / persistencejs

persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
http://persistencejs.org
1.72k stars 240 forks source link

destroyAll methods does not trigger 'change' event #24

Closed zefhemel closed 13 years ago

zefhemel commented 13 years ago

When calling the destroyAll() method on a collection, it does not trigger a 'change' event on the collection.

zefhemel commented 13 years ago

Fixed.