mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Missing semicolon in TodoStore.js
This commit is contained in:
@@ -181,6 +181,6 @@ AppDispatcher.register(function(payload) {
|
||||
TodoStore.emitChange();
|
||||
|
||||
return true; // No errors. Needed by promise in Dispatcher.
|
||||
})
|
||||
});
|
||||
|
||||
module.exports = TodoStore;
|
||||
|
||||
Reference in New Issue
Block a user