Skip to content

Commit

Permalink
syntax error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Mar 30, 2012
1 parent fd7fcd8 commit 5842d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node-http-proxy/routing-proxy.js
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 5842d0e

Please sign in to comment.