Merge pull request #2649 from cookfront/master

In `Transferring Props` guide, `Manual Transfer` section will lead an er...
This commit is contained in:
Paul O’Shannessy
2014-12-03 11:13:40 -08:00
+1 -1
View File
@@ -38,7 +38,7 @@ var FancyCheckbox = React.createClass({
}
});
React.render(
<FancyCheckbox checked={true} onClick={console.log}>
<FancyCheckbox checked={true} onClick={console.log.bind(console)}>
Hello world!
</FancyCheckbox>,
document.body