constructor()

in src/SubscribableEvent.ts [24:26]


    constructor(private _allowStopPropagation = false) {
        this._subscribers = [];
    }