canjs / can-memory-store

Create an in-memory datastore that supports mongo-like queries
https://canjs.com/doc/can-memory-store.html
MIT License
2 stars 0 forks source link

Fix query list not emptying correctly on clear #14

Closed bmomberger-bitovi closed 4 years ago

bmomberger-bitovi commented 4 years ago

The clear method was trying to set the wrong property to an empty list (queries vs queryData). This PR is a quick fix.

Closes #13