MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / handler

Function handler

camera/jquery.js:4753–4755  ·  view source on GitHub ↗
( event )

Source from the content-addressed store, hash-verified

4751
4752 // Attach a single capturing handler on the document while someone wants focusin/focusout
4753 var handler = function( event ) {
4754 jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );
4755 };
4756
4757 jQuery.event.special[ fix ] = {
4758 setup: function() {

Callers 1

wrapHandlerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected