bergie / VIE

Semantic Interaction Framework for JavaScript
http://viejs.org/
MIT License
303 stars 56 forks source link

Make services return Collections of Entities #115

Open bergie opened 12 years ago

bergie commented 12 years ago

Now many of our services return arrays of Entity objects. It would be better to return them as a Collection so that they would benefit from all the Backbone/Underscore handling methods in a more direct way.