( event )
| 732 | |
| 733 | // Attach a single capturing handler on the document while someone wants focusin/focusout |
| 734 | var handler = function( event ) { |
| 735 | jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true ); |
| 736 | }; |
| 737 | |
| 738 | jQuery.event.special[ fix ] = { |
| 739 | setup: function() { |
nothing calls this directly
no outgoing calls
no test coverage detected