Author: angelo.vandersijpt at luminis.eu
Date: Mon Jan 24 14:38:03 2011
New Revision: 702

Log:
AMDATU-83 Slightly updated comments to better describe the issue.

Modified:
   trunk/amdatu-opensocial/dashboard/src/main/resources/static/js/dashboard.js

Modified: 
trunk/amdatu-opensocial/dashboard/src/main/resources/static/js/dashboard.js
==============================================================================
--- trunk/amdatu-opensocial/dashboard/src/main/resources/static/js/dashboard.js 
(original)
+++ trunk/amdatu-opensocial/dashboard/src/main/resources/static/js/dashboard.js 
Mon Jan 24 14:38:03 2011
@@ -108,7 +108,7 @@
         shindig.container.renderGadget(gadget);
 
         // Override the RPC call set_title to set the title in our custom 
titlebar
-        // instead of the hidden none
+        // instead of the default Shindig one, which is hidden
         gadgets.rpc.register('set_title', function(newTitle) {
           var iframe = $(document.getElementById(this.f));
           var parent = iframe.parent().parent().parent();

Reply via email to