Skip to content

Commit c840bea

Browse files
committed
Merge pull request #356 from simonista/patch-2
Remove unnecessary param in master-detail example
2 parents 7f5e85c + 820531e commit c840bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/master-detail/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var App = React.createClass({
9494
ContactStore.removeChangeListener(this.updateContacts);
9595
},
9696

97-
updateContacts: function (contacts) {
97+
updateContacts: function () {
9898
if (!this.isMounted())
9999
return;
100100

0 commit comments

Comments
 (0)