[opensocial-actionscript-client] r131 committed - [No log message]

1 view
Skip to first unread message

opensocial-acti...@googlecode.com

unread,
Apr 1, 2010, 9:50:35 AM4/1/10
to opensocial-acti...@googlegroups.com
Revision: 131
Author: zakiy...@gmail.com
Date: Thu Apr 1 06:49:03 2010
Log: [No log message]
http://code.google.com/p/opensocial-actionscript-client/source/detail?r=131

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);

Reply all
Reply to author
Forward
0 new messages