fix(key) TRA: add condition

This commit is contained in:
coderaiser 2014-09-09 09:24:31 -04:00
parent b30c039397
commit d9637d8ebd

View file

@ -279,7 +279,9 @@ var CloudCmd, Util, DOM;
else
obj = CloudCmd.Konsole;
obj.show();
if (obj && obj.show)
obj.show();
Events.preventDefault(event);
break;