paglias / KnockoutApp

A framework for KnockoutJS
http://paglias.net/KnockoutApp
MIT License
21 stars 2 forks source link

no contentType being set on synch requests #17

Open fredkingham opened 11 years ago

fredkingham commented 11 years ago

no contentType is being set on JSON posts so tasty pie errors

probably should be contentType = "application/json"; depending on which servers you want to support. Backbone allows funky stuff for old servers

(great work though)