improved test
This commit is contained in:
parent
1b99ab0fc9
commit
3208ab35b9
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ Ox.noop <f> Returns undefined and calls optional callback without arguments
|
|||
combine a synchronous and an asynchronous code path.
|
||||
> Ox.noop(1, 2, 3)
|
||||
undefined
|
||||
> Ox.noop(1, 2, 3, function() { Ox.test(true, true); })
|
||||
> Ox.noop(1, 2, 3, function() { Ox.test(arguments.length, 0); })
|
||||
undefined
|
||||
@*/
|
||||
Ox.noop = function() {
|
||||
|
|
Loading…
Reference in a new issue