MCPcopy Create free account
hub / github.com/sql-js/sql.js / handler

Function handler

documentation/javascript/application.js:4366–4368  ·  view source on GitHub ↗
( event )

Source from the content-addressed store, hash-verified

4364 // Attach a single capturing handler while someone wants focusin/focusout
4365 var attaches = 0,
4366 handler = function( event ) {
4367 jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );
4368 };
4369
4370 jQuery.event.special[ fix ] = {
4371 setup: function() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…