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)


Reply via email to