[fix] comments

This commit is contained in:
Jarrett Cruger 2013-12-27 19:04:44 -05:00
parent 182c76cd23
commit 6fa23e11f6

View File

@ -4,9 +4,7 @@ var http = require('http'),
httpProxy = require('./http-proxy/'); httpProxy = require('./http-proxy/');
/** /**
* Export the "Server" so we can have an intuitive api for just creating * Export the the proxy "Server" as the main export
* a proxy
*
*/ */
module.exports = httpProxy.Server; module.exports = httpProxy.Server;