Update flux

This commit is contained in:
Rico Sta. Cruz 2015-02-26 03:13:00 +08:00
parent 6b6792994a
commit 58fee2d6a4
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ var AppDispatcher = assign({}, Dispatcher.prototype, {
Stores are just like objects.
```js
var TodoStore = { todos: {} };
var TodoStore = { list: [] };
```
### Events