chore(key) rm promptDeleteCurrent

This commit is contained in:
coderaiser 2013-08-09 08:28:19 +00:00
parent 5d42bf0e8c
commit 9e93692f1b

View file

@ -156,10 +156,6 @@ var CloudCmd, Util, DOM;
DOM.promptDeleteSelected(lCurrent);
break;
case Key.F:
DOM.promptDeleteCurrent(lCurrent);
break;
case Key.F9:
Util.exec(CloudCmd.Menu);
DOM.preventDefault(pEvent);