Author: lindner
Date: Mon Apr 19 09:54:45 2010
New Revision: 935502
URL: http://svn.apache.org/viewvc?rev=935502&view=rev
Log:
doc fix
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=935502&r1=935501&r2=935502&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/rpc/rpc.js (original)
+++ shindig/trunk/features/src/main/javascript/features/rpc/rpc.js Mon Apr 19
09:54:45 2010
@@ -573,7 +573,7 @@ gadgets.rpc = function() {
*
* <p>Simplified instructions - highly recommended:
* <ol>
- * <li> Generate <iframe id="<ID>"
url="...#parent=<PARENTURL>&rpctoken=<RANDOM>"/>
+ * <li> Generate <iframe id="<ID>"
src="...#parent=<PARENTURL>&rpctoken=<RANDOM>"/>
* and add to DOM.
* <li> Call gadgets.rpc.setupReceiver("<ID>");
* <p>All parent/child communication initializes automatically from
here.