fix(key) switchKey: command -> ctrlMeta

This commit is contained in:
coderaiser 2014-10-23 07:39:19 -04:00
parent cf12d2eb82
commit 14a8f25476

View file

@ -408,7 +408,7 @@ var CloudCmd, Util, DOM;
break;
case Key.BACKSLASH:
if (command)
if (ctrlMeta)
CloudCmd.loadDir({
path: '/'
});