mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
chore(util) add @param
This commit is contained in:
parent
4ebeb7a256
commit
be183877a0
1 changed files with 3 additions and 4 deletions
|
|
@ -252,8 +252,8 @@ Util = exports || {};
|
|||
return lRet;
|
||||
};
|
||||
|
||||
/**
|
||||
* @pJSON
|
||||
/**
|
||||
* @param pJSON
|
||||
*/
|
||||
Util.parseJSON = function(pJSON) {
|
||||
var lRet;
|
||||
|
|
@ -266,7 +266,7 @@ Util = exports || {};
|
|||
};
|
||||
|
||||
/**
|
||||
* pObj
|
||||
* @param pObj
|
||||
*/
|
||||
Util.stringifyJSON = function(pObj) {
|
||||
var lRet;
|
||||
|
|
@ -278,7 +278,6 @@ Util = exports || {};
|
|||
return lRet;
|
||||
};
|
||||
|
||||
/* STRINGS */
|
||||
/**
|
||||
* function check is strings are equal
|
||||
* @param pStr1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue