mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(listeners) Util.exec(func) -> func()
This commit is contained in:
parent
dd9db1fe78
commit
11c26c8014
1 changed files with 1 additions and 2 deletions
|
|
@ -52,8 +52,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
|
||||
func = clickFuncs[id];
|
||||
|
||||
Util.exec(func);
|
||||
|
||||
func();
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue