Skip to content

Commit

Permalink
Merge branch 'master' of github.com:goatslacker/alt
Browse files Browse the repository at this point in the history
  • Loading branch information
goatslacker committed Apr 20, 2015
2 parents cd08573 + ebb1412 commit 4cacaff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/AltContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
* Using the `stores` prop.
*
* <AltContainer stores={{ FooStore: FooStore }}>
* children get this.props.FootStore.storeData
* children get this.props.FooStore.storeData
* </AltContainer>
*
* You can also pass in functions.
*
* <AltContainer stores={{ FooStore: function () { return { storeData: true } } }}>
* children get this.props.FootStore.storeData
* children get this.props.FooStore.storeData
* </AltContainer>
*
* Using the `store` prop.
Expand Down

0 comments on commit 4cacaff

Please sign in to comment.