From be183877a081637efe18bf49bc3e565688bfc6a8 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 21 Aug 2013 08:59:12 +0000 Subject: [PATCH] chore(util) add @param --- lib/util.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/util.js b/lib/util.js index e083adfa..89d4203b 100644 --- a/lib/util.js +++ b/lib/util.js @@ -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