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.73k stars 240 forks source link

Fix #79. Only need to work with objectsRemoved once #101

Closed pixelcort closed 11 years ago

pixelcort commented 11 years ago

It appeared no where else was objectsRemoved was being cleared normally.

Not sure if this belongs here or in flush somewhere instead.