MCPcopy Create free account
hub / github.com/frank-lam/fullstack-tutorial / handler

Function handler

notes/docsify/unpkg/gotop/jquery-2.1.0.js:4707–4709  ·  view source on GitHub ↗
( event )

Source from the content-addressed store, hash-verified

4705
4706 // Attach a single capturing handler on the document while someone wants focusin/focusout
4707 var handler = function( event ) {
4708 jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );
4709 };
4710
4711 jQuery.event.special[ fix ] = {
4712 setup: function() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected