From 5842d0ee7de875378d9b8ae240748dd2af567be9 Mon Sep 17 00:00:00 2001 From: Marco Palladino <marco@mashape.com> Date: Fri, 30 Mar 2012 15:16:34 -0700 Subject: [PATCH] syntax error fixed --- 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 4e4fc32..0307b7e 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; // -- GitLab