From 3208ab35b99436e0582c7a5c0fa9ece532c3c08f Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 28 May 2012 15:52:27 +0200 Subject: [PATCH] improved test --- source/Ox/js/Function.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox/js/Function.js b/source/Ox/js/Function.js index 9629fdfe..8b3a82c1 100644 --- a/source/Ox/js/Function.js +++ b/source/Ox/js/Function.js @@ -70,7 +70,7 @@ Ox.noop 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() {