Author: lindner
Date: Thu Jan 15 12:16:32 2009
New Revision: 734794

URL: http://svn.apache.org/viewvc?rev=734794&view=rev
Log:
SHINDIG-867 | Patch from Jasvir Nagra | Caja API Change

Modified:
    incubator/shindig/trunk/features/opensocial-reference/container.js
    
incubator/shindig/trunk/javascript/samplecontainer/examples/SocialCajaWorld.xml

Modified: incubator/shindig/trunk/features/opensocial-reference/container.js
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-reference/container.js?rev=734794&r1=734793&r2=734794&view=diff
==============================================================================
--- incubator/shindig/trunk/features/opensocial-reference/container.js 
(original)
+++ incubator/shindig/trunk/features/opensocial-reference/container.js Thu Jan 
15 12:16:32 2009
@@ -554,9 +554,9 @@
   ___.getNewModuleHandler().setImports(imports);
 
   
-  attachDocumentStub('-g___', uriCallback, imports);
   var gadgetRoot = document.createElement('div');
   gadgetRoot.className = 'g___';
+  attachDocumentStub('-g___', uriCallback, imports, gadgetRoot);
   imports.htmlEmitter___ = new HtmlEmitter(gadgetRoot);
   document.body.appendChild(gadgetRoot);
 

Modified: 
incubator/shindig/trunk/javascript/samplecontainer/examples/SocialCajaWorld.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/javascript/samplecontainer/examples/SocialCajaWorld.xml?rev=734794&r1=734793&r2=734794&view=diff
==============================================================================
--- 
incubator/shindig/trunk/javascript/samplecontainer/examples/SocialCajaWorld.xml 
(original)
+++ 
incubator/shindig/trunk/javascript/samplecontainer/examples/SocialCajaWorld.xml 
Thu Jan 15 12:16:32 2009
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Module>
  <ModulePrefs title="Social Hello World">
-   <Require feature="opensocial-0.8"></Require>
+   <Require feature="opensocial-0.7"></Require>
    <Require feature="caja"></Require>
    <Require feature="dynamic-height"></Require>
  </ModulePrefs>


Reply via email to