( event )
| 8819 | |
| 8820 | // Attach a single capturing handler on the document while someone wants focusin/focusout |
| 8821 | var handler = function( event ) { |
| 8822 | jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); |
| 8823 | }; |
| 8824 | |
| 8825 | jQuery.event.special[ fix ] = { |
| 8826 | setup: function() { |
no outgoing calls
no test coverage detected