Skip to content

Commit 820531e

Browse files
committed
Remove unnecessary param in master-detail example
1 parent 0a6e9dc commit 820531e

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)