You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by zh...@apache.org on 2008/02/16 00:07:26 UTC

svn commit: r628197 - /incubator/shindig/trunk/javascript/container/gadgets.js

Author: zhen
Date: Fri Feb 15 15:07:25 2008
New Revision: 628197

URL: http://svn.apache.org/viewvc?rev=628197&view=rev
Log:
Fixed the synd parameter in the sample containers to make them work with the gadget renderer on gmodules.com.


Modified:
    incubator/shindig/trunk/javascript/container/gadgets.js

Modified: incubator/shindig/trunk/javascript/container/gadgets.js
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/javascript/container/gadgets.js?rev=628197&r1=628196&r2=628197&view=diff
==============================================================================
--- incubator/shindig/trunk/javascript/container/gadgets.js (original)
+++ incubator/shindig/trunk/javascript/container/gadgets.js Fri Feb 15 15:07:25 2008
@@ -440,7 +440,7 @@
 
 gadgets.IfrGadget.prototype.GADGET_IFRAME_PREFIX_ = 'remote_iframe_';
 
-gadgets.IfrGadget.prototype.SYND = 'gadgets';
+gadgets.IfrGadget.prototype.SYND = 'shindig';
 
 gadgets.IfrGadget.prototype.cssClassGadget = 'gadgets-gadget';
 gadgets.IfrGadget.prototype.cssClassTitleBar = 'gadgets-gadget-title-bar';