forked from 0x2620/oxjs
minor changes, mostly documentation
This commit is contained in:
parent
9032821f14
commit
25c25c76c7
4 changed files with 11 additions and 8 deletions
|
|
@ -648,9 +648,9 @@ Ox.sum = function(col) {
|
|||
|
||||
/*@
|
||||
Ox.toArray <f> Wraps any non-array in an array.
|
||||
>>> Ox.toArray('foo')
|
||||
> Ox.toArray('foo')
|
||||
['foo']
|
||||
>>> Ox.toArray(['foo'])
|
||||
> Ox.toArray(['foo'])
|
||||
['foo']
|
||||
@*/
|
||||
Ox.toArray = function(obj) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue