( event )
| 7922 | |
| 7923 | // Attach a single capturing handler on the document while someone wants focusin/focusout |
| 7924 | var handler = function( event ) { |
| 7925 | jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); |
| 7926 | }; |
| 7927 | |
| 7928 | jQuery.event.special[ fix ] = { |
| 7929 | setup: function() { |
nothing calls this directly
no outgoing calls
no test coverage detected