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

svn commit: r1186442 - /shindig/trunk/features/src/main/javascript/features/opensocial-reference/activity.js

Author: bhofmann
Date: Wed Oct 19 20:04:50 2011
New Revision: 1186442

URL: http://svn.apache.org/viewvc?rev=1186442&view=rev
Log:
addedu js field constant for embedded experiences in opensocial.activity

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

Modified: shindig/trunk/features/src/main/javascript/features/opensocial-reference/activity.js
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/opensocial-reference/activity.js?rev=1186442&r1=1186441&r2=1186442&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/opensocial-reference/activity.js (original)
+++ shindig/trunk/features/src/main/javascript/features/opensocial-reference/activity.js Wed Oct 19 20:04:50 2011
@@ -333,7 +333,13 @@ opensocial.Activity.Field = {
    * This value can not be set.
    * @member opensocial.Activity.Field
    */
-  POSTED_TIME: 'postedTime'
+  POSTED_TIME: 'postedTime',
+  
+  /**
+   * An array specifing the embed experiences that should be added to the activity
+   * @member opensocial.Activity.Field
+   */
+  EMBEDS: 'embeds'
 };