You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by mh...@apache.org on 2011/04/08 03:56:07 UTC

svn commit: r1090084 - /shindig/trunk/features/src/main/javascript/features/rpc/feature.xml

Author: mhermanto
Date: Fri Apr  8 01:56:07 2011
New Revision: 1090084

URL: http://svn.apache.org/viewvc?rev=1090084&view=rev
Log:
gadgets rpc s/getReceiverOrigin/getTargetOrigin/.
http://codereview.appspot.com/4372043/

Modified:
    shindig/trunk/features/src/main/javascript/features/rpc/feature.xml

Modified: shindig/trunk/features/src/main/javascript/features/rpc/feature.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/rpc/feature.xml?rev=1090084&r1=1090083&r2=1090084&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/rpc/feature.xml (original)
+++ shindig/trunk/features/src/main/javascript/features/rpc/feature.xml Fri Apr  8 01:56:07 2011
@@ -41,7 +41,7 @@ specific language governing permissions 
       <exports type="js">gadgets.rpc.receive</exports>
       <exports type="js">gadgets.rpc.receiveSameDomain</exports>
       <exports type="js">gadgets.rpc.getOrigin</exports>
-      <exports type="js">gadgets.rpc.getReceiverOrigin</exports>
+      <exports type="js">gadgets.rpc.getTargetOrigin</exports>
     </api>
     <script src="wpm.transport.js"/>
     <script src="flash.transport.js"/>