Author: doll
Date: Mon Jul 28 15:18:36 2008
New Revision: 680541

URL: http://svn.apache.org/viewvc?rev=680541&view=rev
Log:
Small typo in the restful js. The app id had the wrong parameter name. 


Modified:
    incubator/shindig/trunk/features/opensocial-current/restfulcontainer.js

Modified: 
incubator/shindig/trunk/features/opensocial-current/restfulcontainer.js
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-current/restfulcontainer.js?rev=680541&r1=680540&r2=680541&view=diff
==============================================================================
--- incubator/shindig/trunk/features/opensocial-current/restfulcontainer.js 
(original)
+++ incubator/shindig/trunk/features/opensocial-current/restfulcontainer.js Mon 
Jul 28 15:18:36 2008
@@ -291,7 +291,7 @@
 RestfulContainer.prototype.newFetchActivitiesRequest = function(idSpec,
     opt_params) {
   var url = "/activities/" + this.translateIdSpec(idSpec)
-      + "[EMAIL PROTECTED]"; // TODO: Handle appId correctly
+      + "[EMAIL PROTECTED]"; // TODO: Handle appId correctly
   return new RestfulRequestItem(url, "GET", null,
       function(rawJson) {
         rawJson = rawJson['entry'];


Reply via email to