From 960a1c844b851d6e1ec02fc5e7cf9957f7c26dce Mon Sep 17 00:00:00 2001 From: Neeraj Singh Date: Thu, 28 Jul 2011 23:38:54 -0300 Subject: [PATCH] Edited comment --- backbone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backbone.js b/backbone.js index cd777c41..9e57e759 100644 --- a/backbone.js +++ b/backbone.js @@ -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;