mirror of
https://github.com/zoriya/flood.git
synced 2026-05-29 18:04:10 +00:00
Add notification system
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user