update docs
This commit is contained in:
parent
9ffe48b526
commit
08aedd34fd
1 changed files with 3 additions and 3 deletions
|
@ -550,7 +550,7 @@ Ox.values = function(collection) {
|
|||
};
|
||||
|
||||
/*@
|
||||
Ox.walk <f> Iterate over a nested data structure
|
||||
Ox.walk <f> Iterates over a nested data structure
|
||||
<script>
|
||||
Ox.test.number = 0;
|
||||
Ox.walk({a: 1, b: {c: 2, d: 3}}, function(value) {
|
||||
|
|
Loading…
Reference in a new issue