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

get rid of Object.values() for canReflect.toArray() #4

Closed cherifGsoul closed 6 years ago

cherifGsoul commented 6 years ago

Fix IE11 compatibility by using canReflect.toArray() instead of Object.values().