reactjs / react-tutorial

Code from the React tutorial.
http://facebook.github.io/react/docs/tutorial.html
Other
3.29k stars 2.13k forks source link

Updating example.js to match tutorial #73

Closed ajdinhedzic closed 9 years ago

ajdinhedzic commented 9 years ago

example.js was out of sync with the tutorial; handleCommentSubmit does not need a call back.

sophiebits commented 9 years ago

Thank you!