We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e87a58 commit 43c732dCopy full SHA for 43c732d
ep29-emit/app/stores/TodoStore.js
@@ -1,4 +1,5 @@
1
var AppDispatcher = require('../dispatcher/AppDispatcher');
2
+var EventEmitter = require('events').EventEmitter;
3
4
AppDispatcher.register(function(action) {
5
0 commit comments