canjs / can-connect

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
https://canjs.com/doc/can-connect.html
MIT License
29 stars 16 forks source link

Fix bug where properties in a getList response weren’t being returned #384

Closed chasenlehara closed 6 years ago

chasenlehara commented 6 years ago

This fixes an issue where a getList() call would be made and the response would contain additional properties (e.g. count), but the properties would not be set on the object returned by getList().

Closes https://github.com/canjs/canjs/issues/2980