[fix] style nits

This commit is contained in:
Jarrett Cruger 2016-10-22 11:44:35 -04:00
parent 220f5fb795
commit d0f1dfeb82
3 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
//use explicit /index.js to help browserify negociation in require '/lib/http-proxy' (!)
// Use explicit /index.js to help browserify negociation in require '/lib/http-proxy' (!)
var ProxyServer = require('./http-proxy/index.js').Server;
@ -18,7 +18,7 @@ var ProxyServer = require('./http-proxy/index.js').Server;
*/
var createProxyServer = function(options) {
function createProxyServer(options) {
/*
* `options` is needed and it must have the following layout:
*