You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ch...@apache.org on 2010/10/25 19:28:50 UTC

svn commit: r1027200 - /shindig/trunk/features/src/main/javascript/features/opensocial-reference/taming.js

Author: chirag
Date: Mon Oct 25 17:28:49 2010
New Revision: 1027200

URL: http://svn.apache.org/viewvc?rev=1027200&view=rev
Log:
Tame simple properties. Code Review: http://codereview.appspot.com/2684041/

Modified:
    shindig/trunk/features/src/main/javascript/features/opensocial-reference/taming.js

Modified: shindig/trunk/features/src/main/javascript/features/opensocial-reference/taming.js
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/opensocial-reference/taming.js?rev=1027200&r1=1027199&r2=1027200&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/opensocial-reference/taming.js (original)
+++ shindig/trunk/features/src/main/javascript/features/opensocial-reference/taming.js Mon Oct 25 17:28:49 2010
@@ -41,13 +41,17 @@ tamings___.push(function(imports) {
   ___.grantRead(opensocial.Enum, 'Gender');
   ___.grantRead(opensocial.Enum, 'LookingFor');
   ___.grantRead(opensocial.Enum, 'Presence');
+  ___.grantRead(opensocial.Environment, 'ObjectType');
   ___.grantRead(opensocial.IdSpec, 'Field');
   ___.grantRead(opensocial.IdSpec, 'GroupId');
   ___.grantRead(opensocial.IdSpec, 'PersonId');
   ___.grantRead(opensocial.MediaItem, 'Field');
+  ___.grantRead(opensocial.MediaItem, 'Type');
   ___.grantRead(opensocial.Message, 'Field');
+  ___.grantRead(opensocial.Message, 'Type');
   ___.grantRead(opensocial.MessageCollection, 'Field');
   ___.grantRead(opensocial.Name, 'Field');
+  ___.grantRead(opensocial.NavigationParameters, 'DestinationType');
   ___.grantRead(opensocial.NavigationParameters, 'Field');
   ___.grantRead(opensocial.Organization, 'Field');
   ___.grantRead(opensocial.Person, 'Field');