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