EntitySpaces / entityspaces.js

A JavaScript Data Access Framework that uses Knockout
www.entityspaces.net
36 stars 11 forks source link

tweaks to handle populating objects via constructor #12

Closed ericmbarnard closed 12 years ago

ericmbarnard commented 12 years ago

made some changes to allow es objects to be populated via their constructor. Added Unit tests that are passing as well.

Also made one tweak to the jqAjaxProvider to not JSON-ize data on 'GET's