<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3829,14 +3829,14 @@ jQuery.each([ &quot;Height&quot;, &quot;Width&quot; ], function(i, name){
    * View
    */
    
-  $.view = function(name, data) {
+  $.view = function(name, data, ownerId) {
     if (name === undefined) 
       return gadgets.views.getCurrentView().getName();
     var views = gadgets.views.getSupportedViews();
     for (var type in views) {
       var view = views[type];
       if (view.getName() === name)
-        return gadgets.views.requestNavigateTo(view, data || {});
+        return gadgets.views.requestNavigateTo(view, data || {}, ownerId);
     }
   };
 </diff>
      <filename>features/opensocial-jquery/opensocial-jquery.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a9556b76b7f545bde53120e40c3eded87a29168b</id>
    </parent>
  </parents>
  <author>
    <name>Laszlo Bacsi</name>
    <email>lackac@lackac.hu</email>
  </author>
  <url>http://github.com/lackac/opensocial-jquery/commit/69e9d64089deb661bbc1349f3d1b2e3e090c10af</url>
  <id>69e9d64089deb661bbc1349f3d1b2e3e090c10af</id>
  <committed-date>2009-03-24T06:38:36-07:00</committed-date>
  <authored-date>2009-02-17T11:28:22-08:00</authored-date>
  <message>Added support for navigating to other users' canvas view</message>
  <tree>082c7791edc857f20e36ab4f06ab0a98c58c967c</tree>
  <committer>
    <name>Laszlo Bacsi</name>
    <email>lackac@lackac.hu</email>
  </committer>
</commit>
