Skip to content

Commit

Permalink
Variable name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhs committed Feb 21, 2011
1 parent dfac5a8 commit 9e91a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probe_couchdb.js
Expand Up @@ -203,7 +203,7 @@ Couch.prototype.request = function request_wrapper(opts, callback) {
if(opts.method && opts.method !== "GET" && opts.method !== "HEAD")
opts.headers['content-type'] = 'application/json';

return request.apply(this, [opts, json_body]);
return request.apply(self, [opts, json_body]);
}

Couch.prototype.start = function() {
Expand Down

0 comments on commit 9e91a1b

Please sign in to comment.