delegate.js revision 946800ad6260fabab7213baf787e1586d92eac6a
54af0177bac186b182fdfe39b6bd4b317e983ae7Eric Ferraiuolo * Set up a delegated listener container.
54af0177bac186b182fdfe39b6bd4b317e983ae7Eric Ferraiuolo * @event delegate
54af0177bac186b182fdfe39b6bd4b317e983ae7Eric Ferraiuolo * @param type {string} 'delegate'
54af0177bac186b182fdfe39b6bd4b317e983ae7Eric Ferraiuolo * @param fn {string} the function to execute
54af0177bac186b182fdfe39b6bd4b317e983ae7Eric Ferraiuolo * @param el {string|node} the element that is the delegation container
54af0177bac186b182fdfe39b6bd4b317e983ae7Eric Ferraiuolo * @param event {string} the event type to delegate
passed = false;
if (targets) {
passed = true;
}, el);