EntitySpaces / entityspaces.js

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

jQuery AjaxProvider - don't use 'accepts' option if using 'dataType' option #1

Closed ericmbarnard closed 12 years ago

ericmbarnard commented 12 years ago

remove

{ accepts: 'application/json; charset=utf-8;' }

EntitySpaces commented 12 years ago

Eric, I'm confused, why not just adjust the code rather than open an issue?

ericmbarnard commented 12 years ago

I didn't have time to get in and do a new build, so I wanted note it.

On Dec 29, 2011 12:17 PM, "EntitySpaces" < reply@reply.github.com> wrote:

Eric, I'm confused, why not just adjust the code rather than open an issue?


Reply to this email directly or view it on GitHub:

https://github.com/EntitySpaces/entityspaces.js/issues/1#issuecomment-3302739

EntitySpaces commented 12 years ago

I went ahead and made this change, hope I did it right.