Emne 2
This commit is contained in:
parent
6b3922eddc
commit
6dc8d7f2a8
26 changed files with 20147 additions and 1 deletions
|
@ -21,7 +21,7 @@ function loop(value, testFunc, updateFunc, bodyFunc){
|
|||
if (testFunc == false){
|
||||
return
|
||||
} else {
|
||||
// updateFunc(value)
|
||||
updateFunc(value)
|
||||
|
||||
bodyFunc(value);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue