Author: shane.bryzak(a)jboss.com
Date: 2008-01-31 03:46:36 -0500 (Thu, 31 Jan 2008)
New Revision: 7322
Modified:
trunk/src/remoting/org/jboss/seam/remoting/remote.js
Log:
JBSEAM-1679
Modified: trunk/src/remoting/org/jboss/seam/remoting/remote.js
===================================================================
--- trunk/src/remoting/org/jboss/seam/remoting/remote.js 2008-01-31 08:33:54 UTC (rev
7321)
+++ trunk/src/remoting/org/jboss/seam/remoting/remote.js 2008-01-31 08:46:36 UTC (rev
7322)
@@ -739,7 +739,7 @@
var value = Seam.Remoting.unmarshalValue(valueNode.firstChild, refs);
- call.callback(value, context);
+ call.callback(value, context, callId);
}
}
Show replies by date