mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-27 03:08:06 +00:00
docs(flux-todo-list): fix TodoStore syntax
Add missing semicolon behind `TodoStore#addChangeListener'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user