MCPcopy Create free account
hub / github.com/unconed/TermKit / delegate

Function delegate

HTML/jquery.js:3179–3182  ·  view source on GitHub ↗
( event )

Source from the content-addressed store, hash-verified

3177// In case of event delegation, we only need to rename the event.type,
3178// liveHandler will take care of the rest.
3179delegate = function( event ) {
3180 event.type = event.data;
3181 jQuery.event.handle.apply( this, arguments );
3182};
3183
3184// Create mouseenter and mouseleave events
3185jQuery.each({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected