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/09/10 02:30:27 UTC

svn commit: r693671 - /incubator/shindig/trunk/features/opensocial-current/jsonperson.js

Author: doll
Date: Tue Sep  9 17:30:27 2008
New Revision: 693671

URL: http://svn.apache.org/viewvc?rev=693671&view=rev
Log:
Delete obsolete todo.


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

Modified: incubator/shindig/trunk/features/opensocial-current/jsonperson.js
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-current/jsonperson.js?rev=693671&r1=693670&r2=693671&view=diff
==============================================================================
--- incubator/shindig/trunk/features/opensocial-current/jsonperson.js (original)
+++ incubator/shindig/trunk/features/opensocial-current/jsonperson.js Tue Sep  9 17:30:27 2008
@@ -26,7 +26,6 @@
 var JsonPerson = function(opt_params) {
   opt_params = opt_params || {};
 
-  // TODO: doesn't handle drinker, smoker, or gender yet
   JsonPerson.constructObject(opt_params, "bodyType", opensocial.BodyType);
   JsonPerson.constructObject(opt_params, "currentLocation", opensocial.Address);
   JsonPerson.constructObject(opt_params, "dateOfBirth", Date);