We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7b86bc + 4a0782b commit ea398ccCopy full SHA for ea398cc
examples/master-detail/app.js
@@ -70,8 +70,8 @@ var Contact = React.createClass({
70
71
mixins: [ Router.Navigation, Router.State ],
72
73
- getStateFromStore: function (id) {
74
- id = this.getParams().id;
+ getStateFromStore: function () {
+ var id = this.getParams().id;
75
return {
76
contact: ContactStore.getContact(id)
77
};
0 commit comments