Skip to content

Commit

Permalink
Merge pull request #2649 from cookfront/master
Browse files Browse the repository at this point in the history
In `Transferring Props` guide, `Manual Transfer` section will lead an er...
  • Loading branch information
zpao committed Dec 3, 2014
1 parent 0bd6bda commit 308112d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/06-transferring-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 308112d

Please sign in to comment.