Missing semicolon in TodoStore.js

This commit is contained in:
Bojan Mihelac
2014-06-18 10:34:53 +02:00
parent 121b290899
commit 84135bc605
+1 -1
View File
@@ -181,6 +181,6 @@ AppDispatcher.register(function(payload) {
TodoStore.emitChange();
return true; // No errors. Needed by promise in Dispatcher.
})
});
module.exports = TodoStore;