( event )
| 5578 | // Attach a single capturing handler while someone wants focusin/focusout |
| 5579 | var attaches = 0, |
| 5580 | handler = function( event ) { |
| 5581 | jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true ); |
| 5582 | }; |
| 5583 | |
| 5584 | jQuery.event.special[ fix ] = { |
| 5585 | setup: function() { |
no outgoing calls
no test coverage detected