staugaard / ember-resource

This project has moved. The canonical repository is now located at: https://github.com/zendesk/ember-resource
https://github.com/zendesk/ember-resource
Apache License 2.0
122 stars 27 forks source link

Changes to resource collection init #7

Closed whump closed 13 years ago

whump commented 13 years ago

I've removed the dependency on underscore.js since you were using Array.map elsewhere.

Also testing for a parse property on the type before trying to call it as a map.

staugaard commented 13 years ago

Awesome! Thanks for your contribution.