Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbou committed Nov 30, 2011
1 parent 414d762 commit 94e3c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function CurlRequest(options) {

var k;
for (k in this._options.headers) {
this.setHeader(k, _options.headers[k]);
this.setHeader(k, this._options.headers[k]);
}
}

Expand Down

0 comments on commit 94e3c3b

Please sign in to comment.