Author: lindner
Date: Thu Jan 22 17:42:50 2009
New Revision: 736885

URL: http://svn.apache.org/viewvc?rev=736885&view=rev
Log:
SHINDIG-879 | remove extra comment

Modified:
    incubator/shindig/trunk/features/opensocial-reference/datarequest.js

Modified: incubator/shindig/trunk/features/opensocial-reference/datarequest.js
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-reference/datarequest.js?rev=736885&r1=736884&r2=736885&view=diff
==============================================================================
--- incubator/shindig/trunk/features/opensocial-reference/datarequest.js 
(original)
+++ incubator/shindig/trunk/features/opensocial-reference/datarequest.js Thu 
Jan 22 17:42:50 2009
@@ -489,7 +489,7 @@
     opt_params) {
   opt_params = opt_params || {};
 
-  var fields = opensocial.DataRequest.PeopleRequestFields; // THIS LINE IS 
MISSING 
+  var fields = opensocial.DataRequest.PeopleRequestFields;
 
   this.addDefaultParam(opt_params, fields.FIRST, 0);
   this.addDefaultParam(opt_params, fields.MAX, 20);


Reply via email to