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.
1 parent f7b86bc commit 4a0782bCopy full SHA for 4a0782b
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