mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(util) change comment
This commit is contained in:
parent
47691d4002
commit
47d475fdb5
1 changed files with 3 additions and 10 deletions
13
lib/util.js
13
lib/util.js
|
|
@ -700,22 +700,15 @@
|
|||
return Util.logError(ret);
|
||||
};
|
||||
|
||||
/**
|
||||
* function do save exec of function
|
||||
* @param pCallBack
|
||||
* @param pArg1
|
||||
* ...
|
||||
* @param pArgN
|
||||
*/
|
||||
this.exec = new ExecProto();
|
||||
|
||||
function ExecProto() {
|
||||
/**
|
||||
* function do save exec of function
|
||||
* @param pCallBack
|
||||
* @param pArg1
|
||||
* @param callback
|
||||
* @param arg1
|
||||
* ...
|
||||
* @param pArgN
|
||||
* @param argN
|
||||
*/
|
||||
var exec = function(callback) {
|
||||
var ret,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue