feature(console) exports.init -> module.exports

This commit is contained in:
coderaiser 2014-08-26 02:59:57 -04:00
parent 33119558c3
commit 63ae0116d0
2 changed files with 2 additions and 2 deletions

View file

@ -185,7 +185,7 @@
if (listen) {
status = 'on';
Console.init();
Console();
Terminal.init();
}
}

View file

@ -43,7 +43,7 @@
find = require('glob');
});
exports.init = function() {
module.exports = function() {
var ret;
ret = socket.on('connection', function(clientSocket) {