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/08/30 01:08:40 UTC

svn commit: r690417 - /incubator/shindig/trunk/features/opensocial-reference/container.js

Author: doll
Date: Fri Aug 29 16:08:39 2008
New Revision: 690417

URL: http://svn.apache.org/viewvc?rev=690417&view=rev
Log:
Add missing allowed method to enableCaja.


Modified:
    incubator/shindig/trunk/features/opensocial-reference/container.js

Modified: incubator/shindig/trunk/features/opensocial-reference/container.js
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-reference/container.js?rev=690417&r1=690416&r2=690417&view=diff
==============================================================================
--- incubator/shindig/trunk/features/opensocial-reference/container.js (original)
+++ incubator/shindig/trunk/features/opensocial-reference/container.js Fri Aug 29 16:08:39 2008
@@ -1044,6 +1044,7 @@
       s_hasPermission: 0,
       s_newActivity: 0,
       s_newDataRequest: 0,
+      s_newIdSpec: 0,
       s_newMediaItem: 0,
       s_newMessage: 0,
       s_newNavigationParameters: 0,