From 6f2c42aa730dda90bc828ce480ce4a9d03d1ada0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 4 Oct 2012 09:56:03 -0400 Subject: [PATCH] minor changes --- lib/client/terminal.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/client/terminal.js b/lib/client/terminal.js index 2a86fd6c..17b0700a 100644 --- a/lib/client/terminal.js +++ b/lib/client/terminal.js @@ -43,8 +43,9 @@ var CloudCommander, $; color : '#729FCF;' }); }); - /* removing resize function, no need for us */ - Term.resize = function(){}; + /* removing resize function, no need for us */ + Term.resize = function(pEvent){}; + $(window).unbind('resize'); JqueryTerminal.show();