Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yawnt committed Jan 17, 2014
1 parent 53a2653 commit 689459f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http-proxy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function createRightProxy(type) {
options[e] = parse_url(options[e]);
});

if(typeof this.emit == 'undefined' && !cbl) { throw new Error("You need to pass a callback to handle errors") }
if(typeof this.emit === 'undefined' && !cbl) { throw new Error("You need to pass a callback to handle errors") }

for(var i=0; i < passes.length; i++) {
/**
Expand Down

0 comments on commit 689459f

Please sign in to comment.