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

error in documentation #43

Closed morkeleb closed 13 years ago

morkeleb commented 13 years ago

The documentation says that there are add and remove functions on the EntityCollection. However as far as I can tell there isnt. These functions are on session or persistance

zefhemel commented 13 years ago

Why do you think that? They are also in QueryCollection instances.

morkeleb commented 13 years ago

Oh, I just ran the code and it didnt find it. I'll have to double check then.