Add notification system

This commit is contained in:
John Furrow
2016-05-15 21:02:29 -07:00
parent 84e910c5cf
commit 4450b8b830
13 changed files with 241 additions and 59 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import {EventEmitter} from 'events';
export default class BaseStore extends EventEmitter {
constructor() {
super();
super(...arguments);
this.dispatcherID = null;
this.on('uncaughtException', this.handleError);