registration bugfix

This commit is contained in:
psychobunny
2013-04-22 17:09:40 +00:00
parent 415f6c39ed
commit 9b973327a0
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ var SocketIO = require('socket.io').listen(8081);
(function(io) {
var modules = null;
global.io = io;
module.exports.init = function() {
modules = global.modules;
}