[docs] Remove @benjamn's TODO for testing

This commit is contained in:
Paul O’Shannessy 2013-07-17 09:12:26 -07:00
parent 35f092afef
commit 7734429b89
1 changed files with 0 additions and 4 deletions

View File

@ -108,7 +108,3 @@ React.renderComponent(
A nice feature of mixins is that if a component is using multiple mixins and several mixins define the same lifecycle method (i.e. several mixins want to do some cleanup when the component is destroyed), all of the lifecycle methods are guaranteed to be called.
## Testing
**TODO: benjamn**