fix(console) access to socket before it loads

This commit is contained in:
coderaiser 2014-02-11 10:22:11 -05:00
parent 7ed5337aa2
commit 959c24564e

View file

@ -30,12 +30,12 @@ var CloudCmd, Util, DOM, CloudFunc, $;
DOM.jqueryLoad,
CloudCmd.View,
load,
Console.show,
CloudCmd.Socket,
function(callback) {
Socket = CloudCmd.Socket;
Util.exec(callback);
},
Console.show,
addListeners,
]);
}