From 7d23b7cdf98ccc9bea48d7c3a9940beed32367ba Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 18 Mar 2011 23:56:53 -0400 Subject: [PATCH] Removed completed items from TODO --- TODO | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TODO b/TODO index 7d9c942..f030cee 100644 --- a/TODO +++ b/TODO @@ -7,8 +7,6 @@ - Class module is becoming too large; refactor - Disallow member redeclaration in definition - Permit binding on class methods - - Provide ability to free class from memory (class data stored in internal - vars) - Move tests to directly test propobj - Was never done after refactoring. It's tested as a consequence of being used in the class module. @@ -25,8 +23,6 @@ Documentation - Ensure all docblocks contain only valid JSDoc tags - - Generate documentation - - Add to Makefile - Begin technical documentation for developers - Include designs and project decisions - Wiki, LaTeX, Texinfo?