mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
refactor(cloudfunc) terminal-size -> terminal-resize
This commit is contained in:
parent
886cba56f4
commit
f90c154186
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ var Util;
|
|||
this.PANEL_RIGHT = 'js-right';
|
||||
this.CHANNEL_CONSOLE = 'console-data';
|
||||
this.CHANNEL_TERMINAL = 'terminal-data';
|
||||
this.CHANNEL_TERMINAL_RESIZE= 'terminal-size';
|
||||
this.CHANNEL_TERMINAL_RESIZE= 'terminal-resize';
|
||||
|
||||
this.addListener = function(name, func, allListeners, socket) {
|
||||
var listeners, obj;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue