You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by do...@apache.org on 2008/06/14 03:12:43 UTC

svn commit: r667715 - /incubator/shindig/trunk/features/opensocial-current/jsoncontainer.js

Author: doll
Date: Fri Jun 13 18:12:43 2008
New Revision: 667715

URL: http://svn.apache.org/viewvc?rev=667715&view=rev
Log:
Removed comment that was unnecessary. 
We do indeed support an array of ids within an idspec. 


Modified:
    incubator/shindig/trunk/features/opensocial-current/jsoncontainer.js

Modified: incubator/shindig/trunk/features/opensocial-current/jsoncontainer.js
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-current/jsoncontainer.js?rev=667715&r1=667714&r2=667715&view=diff
==============================================================================
--- incubator/shindig/trunk/features/opensocial-current/jsoncontainer.js (original)
+++ incubator/shindig/trunk/features/opensocial-current/jsoncontainer.js Fri Jun 13 18:12:43 2008
@@ -60,10 +60,6 @@
     opt_callback, opt_params) {
   opt_callback = opt_callback || {};
   opt_params = opt_params || {};
-/*
- * TODO: Supporting just one IdSpec, but spec says Array.<String>, String 
- * recipients Not sure how to implement it
- */
   var id = new opensocial.IdSpec({'userId' : recipients});
   var req = opensocial.newDataRequest();
   req.add(this.newRequestSendMessageRequest(id, message), 'key');