mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(terminal) jscs
This commit is contained in:
parent
b79011f1b0
commit
ba74104b78
1 changed files with 3 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ var CloudCmd, Util, DOM, CloudFunc, Terminal, io;
|
|||
|
||||
/* hack to determine console size
|
||||
* inspired with
|
||||
*
|
||||
*
|
||||
* https://github.com/petethepig/devtools-terminal
|
||||
*/
|
||||
Cell = DOM.load({
|
||||
|
|
@ -76,7 +76,7 @@ var CloudCmd, Util, DOM, CloudFunc, Terminal, io;
|
|||
|
||||
Term = new Terminal({
|
||||
screenKeys: true,
|
||||
cursorBlink: false,
|
||||
cursorBlink: false
|
||||
});
|
||||
|
||||
Term.open(Element);
|
||||
|
|
@ -107,7 +107,7 @@ var CloudCmd, Util, DOM, CloudFunc, Terminal, io;
|
|||
});
|
||||
|
||||
socket.on('disconnect', function() {
|
||||
write('socket disconnected' +'\r');
|
||||
write('socket disconnected' + '\r');
|
||||
});
|
||||
|
||||
socket.on(CHANNEL, write);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue