Skip to content

Commit

Permalink
fetching of state members caused an exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Balin committed Mar 3, 2016
1 parent 3345bf0 commit 291cee4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nestedreact.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nestedreact.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"peerDependencies" : {
"react": "^0.14.0",
"react-dom": "^0.14.0",
"nestedtypes": "^1.3.0-rc2"
"nestedtypes": "^1.3.0"
},
"devDependencies": {
"valuelink" : "^1.0.0",
Expand All @@ -38,7 +38,7 @@
"nestedreact.js.map"
],
"license": "MIT",
"version": "0.5.1",
"version": "0.5.2",
"scripts": {
"build": "./node_modules/.bin/webpack",
"watch": "./node_modules/.bin/webpack --watch"
Expand Down
2 changes: 1 addition & 1 deletion src/createClass.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var ModelState = {

// reference global store to fix model's store locator
getStore : function(){
this.model._defaultStore;
return this.model._defaultStore;
},

_mountState : _mountState,
Expand Down

0 comments on commit 291cee4

Please sign in to comment.