summaryrefslogtreecommitdiffstats
path: root/samples/func_ret_func.js
diff options
context:
space:
mode:
Diffstat (limited to 'samples/func_ret_func.js')
-rw-r--r--samples/func_ret_func.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/func_ret_func.js b/samples/func_ret_func.js
index b4b5a09..2decac3 100644
--- a/samples/func_ret_func.js
+++ b/samples/func_ret_func.js
@@ -8,5 +8,5 @@ function retFunction(foo) {
}
var foo = new retFunction('hello, world!');
-foo.call(foo);
+foo.call(foo); /* call the bar() with no args in foo object */