1
0
Fork 0

Removed protected from TODO

- I've been procrastinating.
closure/master
Mike Gerwitz 2011-03-02 23:27:09 -05:00
parent bc9e2bb7b2
commit 138f3c24e7
1 changed files with 0 additions and 1 deletions

1
TODO
View File

@ -16,7 +16,6 @@ Misc
Property Keywords Property Keywords
- Restrictions; throw exceptions when unknown keywords are used - Restrictions; throw exceptions when unknown keywords are used
- public (default) - public (default)
- protected; 'this' will contain protected members of self and parents
- private; 'this' will contain private members of self, but not private - private; 'this' will contain private members of self, but not private
members of parents members of parents
- const; immutable properties - const; immutable properties