Merge pull request #3326 from biversen21/master

Update backbone.js comment for clarity
This commit is contained in:
Adam Krebs
2014-10-20 14:52:02 -04:00

View File

@@ -58,7 +58,7 @@
Backbone.emulateHTTP = false;
// Turn on `emulateJSON` to support legacy servers that can't deal with direct
// `application/json` requests ... will encode the body as
// `application/json` requests ... this will encode the body as
// `application/x-www-form-urlencoded` instead and will send the model in a
// form param named `model`.
Backbone.emulateJSON = false;