Update flux

This commit is contained in:
Rico Sta. Cruz 2015-02-26 03:14:59 +08:00
parent cdca306623
commit 89e2a667bf
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ layout: default
## Dispatcher
### Pub-sub
[A dispatcher][dispatcher] emits events (`.dispatch()`) to its listeners (`.register(fn)`).
```js
@ -73,6 +74,7 @@ var AppDispatcher = assign({}, Dispatcher.prototype, {
## Stores
### Plain objects
Stores are just like objects.
```js