NetanelBasal
10/27/2016 - 3:17 PM

em1.js

class EventEmitter {
  constructor() {
    this.events = {};
  }
}