Author: chabotc
Date: Wed May 14 18:32:20 2008
New Revision: 656485

URL: http://svn.apache.org/viewvc?rev=656485&view=rev
Log:
2 local test modifications accidently got into a commit, i blame the late hour 
for this ;/
Restored to original content.


Modified:
    incubator/shindig/trunk/config/container.js
    
incubator/shindig/trunk/javascript/samplecontainer/examples/SocialActivitiesWorld.xml

Modified: incubator/shindig/trunk/config/container.js
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/config/container.js?rev=656485&r1=656484&r2=656485&view=diff
==============================================================================
--- incubator/shindig/trunk/config/container.js (original)
+++ incubator/shindig/trunk/config/container.js Wed May 14 18:32:20 2008
@@ -100,7 +100,7 @@
     "domain" : "shindig",
     "enableCaja" : true,
     "supportedFields" : {
-       "person" : ["id", "name", "thumbnailUrl", "profileUrl", "gender", 
"aboutMe", "drinker", "smoker", "relationshipStatus"],
+       "person" : ["id", "name", "thumbnailUrl", "profileUrl"],
        "activity" : ["id", "title"]
     },
     // If true, the restful wire format will be used.

Modified: 
incubator/shindig/trunk/javascript/samplecontainer/examples/SocialActivitiesWorld.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/javascript/samplecontainer/examples/SocialActivitiesWorld.xml?rev=656485&r1=656484&r2=656485&view=diff
==============================================================================
--- 
incubator/shindig/trunk/javascript/samplecontainer/examples/SocialActivitiesWorld.xml
 (original)
+++ 
incubator/shindig/trunk/javascript/samplecontainer/examples/SocialActivitiesWorld.xml
 Wed May 14 18:32:20 2008
@@ -128,7 +128,6 @@
     viewer = dataResponse.get('viewer').getData();
   }
   activities = 
dataResponse.get('viewerActivities').getData()['activities'].asArray();
-  console.log(dataResponse.get('activities').getData());
   activities = 
activities.concat(dataResponse.get('activities').getData()['activities'].asArray());
   document.getElementById('stream').style.display = 'block';
 
@@ -195,4 +194,4 @@
 
 ]]>
 </Content>
-</Module>
\ No newline at end of file
+</Module>


Reply via email to