Author: johnh
Date: Sun Jun  7 22:01:48 2009
New Revision: 782474

URL: http://svn.apache.org/viewvc?rev=782474&view=rev
Log:
Initialize IFPC on legacy fallback. Prevents symbol error w/ ready var 
uninitialized.


Modified:
    incubator/shindig/trunk/features/src/main/javascript/features/rpc/rpc.js

Modified: 
incubator/shindig/trunk/features/src/main/javascript/features/rpc/rpc.js
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/src/main/javascript/features/rpc/rpc.js?rev=782474&r1=782473&r2=782474&view=diff
==============================================================================
--- incubator/shindig/trunk/features/src/main/javascript/features/rpc/rpc.js 
(original)
+++ incubator/shindig/trunk/features/src/main/javascript/features/rpc/rpc.js 
Sun Jun  7 22:01:48 2009
@@ -401,6 +401,7 @@
       useLegacyProtocol['..'] = useLegacy;
       if (useLegacy) {
         transport = gadgets.rpctx.Ifpc;
+        transport.init(process, transportReady);
       }
 
       // Here, we add a hook for the transport to actively set up


Reply via email to