This commit is contained in:
akhoury
2016-02-28 14:52:51 -05:00
parent 07586c9023
commit a8411d44fd

View File

@@ -1,11 +1,5 @@
"use strict";
var SocketIO = require('socket.io'),
socketioWildcard = require('socketio-wildcard')(),
async = require('async'),
nconf = require('nconf'),
cookieParser = require('cookie-parser')(nconf.get('secret')),
winston = require('winston'),
var SocketIO = require('socket.io');
var socketioWildcard = require('socketio-wildcard')();
var async = require('async');