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>