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

Function delegate

HTML/external/jquery-ui/development-bundle/jquery-1.5.1.js:2810–2813  ·  view source on GitHub ↗
( event )

Source from the content-addressed store, hash-verified

2808// In case of event delegation, we only need to rename the event.type,
2809// liveHandler will take care of the rest.
2810delegate = function( event ) {
2811 event.type = event.data;
2812 jQuery.event.handle.apply( this, arguments );
2813};
2814
2815// Create mouseenter and mouseleave events
2816jQuery.each({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected