syntax error fixed

This commit is contained in:
Marco Palladino 2012-03-30 15:16:34 -07:00
parent fd7fcd8dec
commit 5842d0ee7d

View File

@ -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;
//