Skip to content

Commit

Permalink
finally removed hidden char
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Mar 30, 2012
1 parent 5842d0e commit 4358a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node-http-proxy/routing-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var RoutingProxy = exports.RoutingProxy = function (options) {
//
// Setup default target options (such as `https`).
//
this.target = {};
this.target = {};
this.target.https = options.target && options.target.https;

//
Expand Down

0 comments on commit 4358a4c

Please sign in to comment.