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/05/29 12:46:28 UTC

svn commit: r949377 - /shindig/trunk/content/samplecontainer/samplecontainer.js

Author: lindner
Date: Sat May 29 10:46:27 2010
New Revision: 949377

URL: http://svn.apache.org/viewvc?rev=949377&view=rev
Log:
Use canonical for owner

Modified:
    shindig/trunk/content/samplecontainer/samplecontainer.js

Modified: shindig/trunk/content/samplecontainer/samplecontainer.js
URL: http://svn.apache.org/viewvc/shindig/trunk/content/samplecontainer/samplecontainer.js?rev=949377&r1=949376&r2=949377&view=diff
==============================================================================
--- shindig/trunk/content/samplecontainer/samplecontainer.js (original)
+++ shindig/trunk/content/samplecontainer/samplecontainer.js Sat May 29 10:46:27 2010
@@ -60,7 +60,7 @@ shindig.samplecontainer = {};
   var gadget;
 
   var viewerId = "john.doe";
-  var ownerId = "john.doe";
+  var ownerId = "canonical";
 
   var viewMatches = /[?&]view=((?:[^#&]+|&)+)/.exec(parentUrl);
   var current_view = (viewMatches)