http://issues.jabsorb.org/show_bug.cgi?id=23
William Becker <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from William Becker <[EMAIL PROTECTED]> 2008-09-18 13:34:24 ---
This is is being done in the constructor, here to be precise:
req.cb = function(result, e)
{
if(!e)
{
prv.addMethods(pub,result);
}
readyCB(pub, e);
};
comms.addRequest(req);
--
Configure bugmail: http://issues.jabsorb.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.
_______________________________________________
Jabsorb-dev mailing list
[email protected]
http://lists.jabsorb.org/mailman/listinfo/jabsorb-dev