From f90c154186f3be9a4211ebcf2cc59eb40e8923bb Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 4 Feb 2014 10:00:34 -0500 Subject: [PATCH] refactor(cloudfunc) terminal-size -> terminal-resize --- lib/cloudfunc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cloudfunc.js b/lib/cloudfunc.js index 351c4a22..32cd9475 100644 --- a/lib/cloudfunc.js +++ b/lib/cloudfunc.js @@ -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;