Fix jsdocs. Simplify the source code

This commit is contained in:
Lyubo Marinov
2017-07-06 14:59:57 -05:00
parent cc9249ba1a
commit 9bd6bbfd95
4 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ export class AbstractApp extends Component {
// The consumer of this AbstractApp did not provide a Redux store.
if (typeof nextProps.store === 'undefined'
// The consumer of this AbstractApp did provide a Redux store
// The consumer of this AbstractApp did provide a Redux store
// before. Which means that the consumer changed their mind. In
// such a case this instance should create its own internal
// Redux store. If the consumer did not provide a Redux store