minor changes

This commit is contained in:
coderaiser 2012-10-04 09:56:03 -04:00
parent 32c0312c7e
commit 6f2c42aa73

View file

@ -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();