[jopensocial commit] r40 - no log message

0 views
Skip to first unread message

codesite...@google.com

unread,
Apr 12, 2009, 1:04:52 AM4/12/09
to jopen...@googlegroups.com
Author: atsn.ngs
Date: Sat Apr 11 22:03:44 2009
New Revision: 40

Modified:
trunk/src/jopensocial.js

Log:


Modified: trunk/src/jopensocial.js
==============================================================================
--- trunk/src/jopensocial.js (original)
+++ trunk/src/jopensocial.js Sat Apr 11 22:03:44 2009
@@ -114,8 +114,8 @@
function _getViewObject(view) {
if(!gadgets||!gadgets.views||!gadgets.views.getSupportedViews||!view)
return;
var rtn;
- $.each(gadgets.views.getSupportedViews(), function(){
- if(view == this.getName()) {
+ $.each(gadgets.views.getSupportedViews(), function(i){
+ if(view == this.getName()||view == i) {
rtn = this;
return false;
}

Reply all
Reply to author
Forward
0 new messages