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

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

Author: sgala
Date: Sun May 11 07:02:25 2008
New Revision: 655318

URL: http://svn.apache.org/viewvc?rev=655318&view=rev
Log:
SHINDIG-146: Rename remaining "synd" -> "cont"

There was a remaining reference to syndicator
in the secureToken used if no one is present, by
gadget.js. I assume it is a dummy word, as there is
no code matching it anywhere in the rest of the code
and a question in the list to the effect never got
any answer.

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=655318&r1=655317&r2=655318&view=diff
==============================================================================
--- incubator/shindig/trunk/javascript/container/gadgets.js (original)
+++ incubator/shindig/trunk/javascript/container/gadgets.js Sun May 11 07:02:25 2008
@@ -383,7 +383,7 @@
   if (!this.secureToken) {
     // Assume that the default security token implementation is
     // in use on the server.
-    this.secureToken = 'john.doe:john.doe:appid:synd:url:0';
+    this.secureToken = 'john.doe:john.doe:appid:cont:url:0';
   }
 };