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