From 138f3c24e766369d516a6be3d8722724982863cd Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 2 Mar 2011 23:27:09 -0500 Subject: [PATCH] Removed protected from TODO - I've been procrastinating. --- TODO | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO b/TODO index 90cf576..29e32ae 100644 --- a/TODO +++ b/TODO @@ -16,7 +16,6 @@ Misc Property Keywords - Restrictions; throw exceptions when unknown keywords are used - public (default) - - protected; 'this' will contain protected members of self and parents - private; 'this' will contain private members of self, but not private members of parents - const; immutable properties