mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
Update lib/client/keyBinding.js
This commit is contained in:
parent
8b6fc2583a
commit
0da891c0f7
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ CloudCommander.KEY = {
|
|||
|
||||
CloudCommander.mouseBinding = (function(pElement){
|
||||
var isElement = pElement ? true : false;
|
||||
if(pElement){
|
||||
if(isElement){
|
||||
pElement = document;
|
||||
}
|
||||
pElement.oncontextmenu = function(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue