Skip to content

Commit b1971a7

Browse files
committed
Merge pull request #2649 from cookfront/master
In `Transferring Props` guide, `Manual Transfer` section will lead an er...
2 parents a66430a + 218a9ae commit b1971a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/06-transferring-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var FancyCheckbox = React.createClass({
3838
}
3939
});
4040
React.render(
41-
<FancyCheckbox checked={true} onClick={console.log}>
41+
<FancyCheckbox checked={true} onClick={console.log.bind(console)}>
4242
Hello world!
4343
</FancyCheckbox>,
4444
document.body

0 commit comments

Comments
 (0)