( event )
| 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() { |
nothing calls this directly
no outgoing calls
no test coverage detected