Author: hsaputra
Date: Thu Mar 15 18:58:21 2012
New Revision: 1301147
URL: http://svn.apache.org/viewvc?rev=1301147&view=rev
Log:
Small cleanup. Optional rpctoken needs to be passed to the 3rd param.
Modified:
shindig/trunk/features/src/main/javascript/features/rpc/rpc.js
Modified: shindig/trunk/features/src/main/javascript/features/rpc/rpc.js
URL:
http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/rpc/rpc.js?rev=1301147&r1=1301146&r2=1301147&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/rpc/rpc.js (original)
+++ shindig/trunk/features/src/main/javascript/features/rpc/rpc.js Thu Mar 15
18:58:21 2012
@@ -764,7 +764,7 @@ if (!window['gadgets']['rpc']) { // make
* <li> If "parent" is omitted, you MUST call this method with targetId
'..'
* and the second param set to the parent URL.
* <li> If "rpctoken" is omitted, but the container set an authToken
manually
- * for this frame, you MUST pass that ID (however acquired) as the 2nd
param
+ * for this frame, you MUST pass that ID (however acquired) as the 3rd
param
* to this method.
* </ol>
*