mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
697541b7d9
commit
bce8996549
2 changed files with 4 additions and 3 deletions
|
|
@ -81,6 +81,7 @@ Util = exports || {};
|
|||
/** for function with i = 0
|
||||
* @param pN
|
||||
* @param pFunc
|
||||
*/
|
||||
Util.fori = function(pN, pFunc){
|
||||
var lRet = Util.for(0, pN, pFunc);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue