mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(listeners) initKeysPanel: fn not a function
This commit is contained in:
parent
c2f087a93d
commit
16cd7f0bf6
1 changed files with 2 additions and 1 deletions
|
|
@ -51,7 +51,8 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
|
||||
func = clickFuncs[id];
|
||||
|
||||
func();
|
||||
if (func)
|
||||
func();
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue