Merge pull request #2058 from chantastic/patch-2

docs(flux-todo-list): fix TodoStore syntax
This commit is contained in:
Cheng Lou
2014-08-17 19:52:54 -07:00
+1 -1
View File
@@ -196,7 +196,7 @@ var TodoStore = merge(EventEmitter.prototype, {
*/
removeChangeListener: function(callback) {
this.removeListener(CHANGE_EVENT, callback);
}
},
dispatcherIndex: AppDispatcher.register(function(payload) {
var action = payload.action;