You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by do...@apache.org on 2008/01/10 02:27:14 UTC

svn commit: r610632 - /incubator/shindig/trunk/features/opensocial-samplecontainer/feature.xml

Author: doll
Date: Wed Jan  9 17:26:48 2008
New Revision: 610632

URL: http://svn.apache.org/viewvc?rev=610632&view=rev
Log:
fixed small typo in opensocial-samplecontainer feature

Modified:
    incubator/shindig/trunk/features/opensocial-samplecontainer/feature.xml

Modified: incubator/shindig/trunk/features/opensocial-samplecontainer/feature.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-samplecontainer/feature.xml?rev=610632&r1=610631&r2=610632&view=diff
==============================================================================
--- incubator/shindig/trunk/features/opensocial-samplecontainer/feature.xml (original)
+++ incubator/shindig/trunk/features/opensocial-samplecontainer/feature.xml Wed Jan  9 17:26:48 2008
@@ -30,9 +30,9 @@
          true, false);
      var viewerFriend1 = container.newPerson({'id' : 3,
          'name' : 'viewer friend 1!'});
-
+     
      container.resetData(viewer, owner,
-         container.newCollection([viewerFriend1]), null, null, null, data);
+         container.newCollection([viewerFriend1]));
     </script>
   </gadget>
 </feature>