mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
Update lib/client/keyBinding.js
This commit is contained in:
parent
e37008f279
commit
63dcff7af6
1 changed files with 0 additions and 9 deletions
|
|
@ -23,15 +23,6 @@ CloudCommander.KEY = {
|
|||
F10 : 121
|
||||
};
|
||||
|
||||
CloudCommander.mouseBinding = (function(pEvent){
|
||||
if(typeof CloudCommander.Menu === 'function'){
|
||||
CloudCommander.Menu({
|
||||
x: pEvent.x,
|
||||
y: pEvent.y
|
||||
});
|
||||
}
|
||||
})
|
||||
|
||||
CloudCommander.keyBinding = (function(){
|
||||
"use strict";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue