Skip to content

Commit

Permalink
Merge pull request remix-run#356 from simonista/patch-2
Browse files Browse the repository at this point in the history
Remove unnecessary param in master-detail example
  • Loading branch information
ryanflorence committed Oct 6, 2014
2 parents 7f5e85c + 820531e commit c840bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/master-detail/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var App = React.createClass({
ContactStore.removeChangeListener(this.updateContacts);
},

updateContacts: function (contacts) {
updateContacts: function () {
if (!this.isMounted())
return;

Expand Down

0 comments on commit c840bea

Please sign in to comment.