Author: lindner
Date: Thu Dec 16 05:52:31 2010
New Revision: 1049789

URL: http://svn.apache.org/viewvc?rev=1049789&view=rev
Log:
rebuild swf, fix wpm/flash ref

Modified:
    shindig/trunk/content/xpc.swf
    shindig/trunk/features/src/main/javascript/features/rpc/flash.transport.js

Modified: shindig/trunk/content/xpc.swf
URL: 
http://svn.apache.org/viewvc/shindig/trunk/content/xpc.swf?rev=1049789&r1=1049788&r2=1049789&view=diff
==============================================================================
Files shindig/trunk/content/xpc.swf (original) and 
shindig/trunk/content/xpc.swf Thu Dec 16 05:52:31 2010 differ

Modified: 
shindig/trunk/features/src/main/javascript/features/rpc/flash.transport.js
URL: 
http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/rpc/flash.transport.js?rev=1049789&r1=1049788&r2=1049789&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/rpc/flash.transport.js 
(original)
+++ shindig/trunk/features/src/main/javascript/features/rpc/flash.transport.js 
Thu Dec 16 05:52:31 2010
@@ -29,7 +29,7 @@ gadgets.rpctx = gadgets.rpctx || {};
  *          though embed code is tailored to IE only to reduce size.
  *        + (window.postMessage takes precedence where available)
  */
-if (!gadgets.rpctx.wpm) {  // make lib resilient to double-inclusion
+if (!gadgets.rpctx.flash) {  // make lib resilient to double-inclusion
 
   gadgets.rpctx.flash = function() {
     var swfUrl = "//flashrpctx.googleusercontent.com/xpc.swf";


Reply via email to