Skip to content

Commit

Permalink
Fix a code mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Nov 21, 2017
1 parent b4b7c2a commit 7d8abd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/integrating-with-other-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ const BackboneNameInput = connectToBackboneModel(NameInput);
function Example(props) {
function handleChange(e) {
model.set('firstName', e.target.value);
props.model.set('firstName', e.target.value);
}
return (
Expand Down

0 comments on commit 7d8abd8

Please sign in to comment.