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);