Merge pull request #512 from neerajdotname/master

Just a minor edit in comment
This commit is contained in:
Jeremy Ashkenas
2011-07-29 07:35:47 -07:00

View File

@@ -41,7 +41,7 @@
return this;
};
// Turn on `emulateHTTP` to use support legacy HTTP servers. Setting this option will
// Turn on `emulateHTTP` to support legacy HTTP servers. Setting this option will
// fake `"PUT"` and `"DELETE"` requests via the `_method` parameter and set a
// `X-Http-Method-Override` header.
Backbone.emulateHTTP = false;