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

Update example.js #124

Closed yohnz closed 8 years ago

yohnz commented 8 years ago

setInterval(this.loadCommentsFromServer,this.props.pollInterval).

It seems that the code should add 'bind(this)'.

zpao commented 8 years ago

We are using createClass which autobinds so this isn't necessary.