Created by: fjakobs
some cleanups.
- add missing var statements
- remove unused variables
- make jslint happy
- strip white space
Activity
Created by: indexzero
@fjakobs We do not use JSLint. We use JSHint with these settings: https://gist.github.com/1263182. We've been a bit lax on enforcing since we were waiting on
laxcomma
to hisjshint:master
which landed a couple weeks ago39 37 // ### Export the relevant objects exposed by `node-http-proxy` 40 38 // 41 39 var HttpProxy = exports.HttpProxy = require('./node-http-proxy/http-proxy').HttpProxy, 42 ProxyTable = exports.ProxyTable = require('./node-http-proxy/proxy-table').ProxyTable, 39 37 // ### Export the relevant objects exposed by `node-http-proxy` 40 38 // 41 39 var HttpProxy = exports.HttpProxy = require('./node-http-proxy/http-proxy').HttpProxy, 42 ProxyTable = exports.ProxyTable = require('./node-http-proxy/proxy-table').ProxyTable,
Please register or sign in to reply