tohmaI
2009-06-13 02:08:46 UTC
obj1.obj2.functionX (o, values, _action) (onTaskAComplete, onTaskBError);
I can see the call to functionX of obj2 in obj2.functionX(o, values, _action), but what is the next set of arguments within the next parentheses for? I.e. (onTaskAComplete, onTaskBError)? Which object or function do this parameters belong to in this chain?
Thanks for help.