From 4358a4c1225acf8c13536fd742b845166f3a65a6 Mon Sep 17 00:00:00 2001 From: Marco Palladino Date: Fri, 30 Mar 2012 15:33:55 -0700 Subject: [PATCH] finally removed hidden char --- lib/node-http-proxy/routing-proxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node-http-proxy/routing-proxy.js b/lib/node-http-proxy/routing-proxy.js index 0307b7e..a4da67b 100644 --- a/lib/node-http-proxy/routing-proxy.js +++ b/lib/node-http-proxy/routing-proxy.js @@ -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; //