nconf and redis wrapper no longer global objects. jshinted app.js. updated sockets.io to latest

This commit is contained in:
psychobunny
2013-09-17 15:38:50 -04:00
parent eddddc694d
commit 64b071f277
16 changed files with 120 additions and 105 deletions

View File

@@ -5,7 +5,8 @@ var user = require('./../user.js'),
utils = require('./../../public/src/utils.js'),
pkg = require('../../package.json'),
meta = require('./../meta.js'),
path = require('path');
path = require('path'),
nconf = require('nconf');
(function(Api) {