mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-03 05:02:54 +00:00
moved CloudCmd.KEY object data to prototype of CloudCmd.Key
This commit is contained in:
parent
055c777f2d
commit
9e105f56bd
7 changed files with 44 additions and 44 deletions
|
|
@ -294,9 +294,8 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
DOM.Events.addKey( lListener );
|
||||
|
||||
function lListener(pEvent){
|
||||
var lKEY = CloudCmd.KEY,
|
||||
lF10 = lKEY.F10,
|
||||
lESC = lKEY.ESC,
|
||||
var lF10 = Key.F10,
|
||||
lESC = Key.ESC,
|
||||
lKey = pEvent.keyCode,
|
||||
lShift = pEvent.shiftKey,
|
||||
lIsBind = Key.isBind();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue