Author: rbaxter85
Date: Wed Oct 19 17:07:50 2011
New Revision: 1186344
URL: http://svn.apache.org/viewvc?rev=1186344&view=rev
Log:
Small fix to add the openEmbeddedExperience RPC endpoint to the feature.xml
Modified:
shindig/trunk/features/src/main/javascript/features/open-views/feature.xml
Modified:
shindig/trunk/features/src/main/javascript/features/open-views/feature.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/open-views/feature.xml?rev=1186344&r1=1186343&r2=1186344&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/open-views/feature.xml
(original)
+++ shindig/trunk/features/src/main/javascript/features/open-views/feature.xml
Wed Oct 19 17:07:50 2011
@@ -39,6 +39,7 @@ A map of view names to view attributes.
<exports type="js">gadgets.views.setReturnValue</exports>
<exports type="js">gadgets.window.getContainerDimensions</exports>
<uses type="rpc">gadgets.views.openGadget</uses>
+ <uses type="rpc">gadgets.views.openEmbeddedExperience</uses>
<uses type="rpc">gadgets.views.openUrl</uses>
<uses type="rpc">gadgets.views.close</uses>
<uses type="rpc">gadgets.views.setReturnValue</uses>