Browse Source

Add missing emitChange() to Flux docs

main
Ben Alpert 11 years ago
parent
commit
cde47cf2c7
  1. 1
      docs/flux-todo-list.md

1
docs/flux-todo-list.md

@ -221,6 +221,7 @@ var TodoStore = merge(EventEmitter.prototype, {
case TodoConstants.TODO_DESTROY:
destroy(action.id);
TodoStore.emitChange();
break;
// add more cases for other actionTypes, like TODO_UPDATE, etc.

Loading…
Cancel
Save