constructor()

in lib/event_handler.js [18:21]


  constructor() {
    this.eventHandlers = {};
    this.nextEventHandlers = {};
  }