improved test

This commit is contained in:
rolux 2012-05-28 15:52:27 +02:00
parent 1b99ab0fc9
commit 3208ab35b9

View file

@ -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() {