You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/07/27 16:26:42 UTC

svn commit: r979721 - /shindig/trunk/features/src/main/javascript/features/osapi/jsonrpctransport.js

Author: lindner
Date: Tue Jul 27 14:26:41 2010
New Revision: 979721

URL: http://svn.apache.org/viewvc?rev=979721&view=rev
Log:
Patch from Michael Hermanto | Un-break osapi registry mechanism for container mode

Modified:
    shindig/trunk/features/src/main/javascript/features/osapi/jsonrpctransport.js

Modified: shindig/trunk/features/src/main/javascript/features/osapi/jsonrpctransport.js
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/osapi/jsonrpctransport.js?rev=979721&r1=979720&r2=979721&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/osapi/jsonrpctransport.js (original)
+++ shindig/trunk/features/src/main/javascript/features/osapi/jsonrpctransport.js Tue Jul 27 14:26:41 2010
@@ -88,8 +88,8 @@
     }
   }
 
-  // Do not run this in container mode.
-  if (gadgets.config && gadgets.config.isGadget) {
+  // We do run this in the container mode in the new common container
+  if (gadgets.config) {
     gadgets.config.register("osapi.services", null, init);
   }