mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Merge pull request #3326 from biversen21/master
Update backbone.js comment for clarity
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user