Modified:
/trunk/bin/OrkutSampleApp.swf
/trunk/src/org/opensocial/client/jswrapper/default.xml
=======================================
--- /trunk/bin/OrkutSampleApp.swf Thu Apr 1 03:58:39 2010
+++ /trunk/bin/OrkutSampleApp.swf Thu Apr 1 06:49:03 2010
Binary file, no diff available.
=======================================
--- /trunk/src/org/opensocial/client/jswrapper/default.xml Thu Apr 1
03:57:07 2010
+++ /trunk/src/org/opensocial/client/jswrapper/default.xml Thu Apr 1
06:49:03 2010
@@ -1150,9 +1150,9 @@
var featureName = requests[resKey][0];
var splitIndex = featureName.lastIndexOf('.');
var operationMode = featureName.slice(splitIndex + 1);
- var getRequestFuncitonName = featureName.slice(0,
splitIndex) + ".getRequest";
+ var newRequestFuncitonName = featureName.slice(0,
splitIndex) + ".newRequest";
var options = requests[resKey][1];
- var newRequestFunciton = new Function('return ' +
getRequestFuncitonName);
+ var newRequestFunciton = new Function('return ' +
newRequestFuncitonName);
var newRequest = newRequestFunciton();
var request = newRequest(options, operationMode, req);
req.add(request, resKey);