Author: mfranklin
Date: Mon Mar 25 21:58:35 2013
New Revision: 1460913
URL: http://svn.apache.org/r1460913
Log:
Added initialization of hub RAVE-920
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=1460913&r1=1460912&r2=1460913&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
Mon Mar 25 21:58:35 2013
@@ -31,6 +31,10 @@ rave.registerProvider(
containerConfig[osapi.container.ContainerConfig.RENDER_DEBUG] =
rave.getJavaScriptDebugMode();
container = new osapi.container.Container(containerConfig);
+ gadgets.pubsub2router.init({
+ hub:rave.getManagedHub()
+ });
+
rpcRegister();
implementViews();
}