( event )
| 5782 | |
| 5783 | // Attach a single capturing handler on the document while someone wants focusin/focusout |
| 5784 | var handler = function( event ) { |
| 5785 | jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); |
| 5786 | }; |
| 5787 | |
| 5788 | jQuery.event.special[ fix ] = { |
| 5789 | setup: function() { |
nothing calls this directly
no outgoing calls
no test coverage detected