mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(console) access to socket before it loads
This commit is contained in:
parent
7ed5337aa2
commit
959c24564e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue