Do your guys think that it is easier to use to add a delegate target property to event param which pass to handler, such as: ``` e.delegateTarget = closest(e.target, selector); handler.call(element, e); ```