You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mf...@apache.org on 2013/03/26 13:50:20 UTC

svn commit: r1461093 - /rave/trunk/rave-portal-resources/src/main/webapp/static/script/core/rave_opensocial.js

Author: mfranklin
Date: Tue Mar 26 12:50:20 2013
New Revision: 1461093

URL: http://svn.apache.org/r1461093
Log:
Need to expose the opensocial container through the provider

Modified:
    rave/trunk/rave-portal-resources/src/main/webapp/static/script/core/rave_opensocial.js

Modified: rave/trunk/rave-portal-resources/src/main/webapp/static/script/core/rave_opensocial.js
URL: http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/webapp/static/script/core/rave_opensocial.js?rev=1461093&r1=1461092&r2=1461093&view=diff
==============================================================================
--- rave/trunk/rave-portal-resources/src/main/webapp/static/script/core/rave_opensocial.js (original)
+++ rave/trunk/rave-portal-resources/src/main/webapp/static/script/core/rave_opensocial.js Tue Mar 26 12:50:20 2013
@@ -235,6 +235,10 @@ rave.registerProvider(
             defaultView = view;
         }
 
+        exports.getContainer = function() {
+            return container;
+        }
+
         return exports;
     })()
 )
\ No newline at end of file