Merge pull request #1713 from bmihelac/patch-1

Missing semicolon in TodoStore.js
This commit is contained in:
Paul O’Shannessy 2014-06-18 11:17:04 -07:00
commit 29083d0cec
1 changed files with 1 additions and 1 deletions

View File

@ -181,6 +181,6 @@ AppDispatcher.register(function(payload) {
TodoStore.emitChange();
return true; // No errors. Needed by promise in Dispatcher.
})
});
module.exports = TodoStore;