mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
refactor(terminal) rm comments, change class name
This commit is contained in:
parent
c9a0c7e59f
commit
8a42480e6b
1 changed files with 1 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ var CloudCmd, Util, DOM, CloudFunc, Terminal;
|
|||
|
||||
DOM.load.style({
|
||||
id : 'terminal-css',
|
||||
inner : '#terminal, .terminal, #view {' +
|
||||
inner : '.view {' +
|
||||
'height' + ': 100%;' +
|
||||
'}' +
|
||||
'.terminal-cursor {' +
|
||||
|
|
@ -154,7 +154,6 @@ var CloudCmd, Util, DOM, CloudFunc, Terminal;
|
|||
if (Size.cols !== cols || Size.rows !== rows) {
|
||||
Size = size;
|
||||
|
||||
//Term.resize(size.cols, size.rows);
|
||||
Term.emit('resize', size);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue