Edited comment

This commit is contained in:
Neeraj Singh
2011-07-28 23:38:54 -03:00
parent ebf9dd9bb9
commit 960a1c844b

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;