( event )
| 3707 | // Attach a single capturing handler while someone wants focusin/focusout |
| 3708 | var attaches = 0, |
| 3709 | handler = function( event ) { |
| 3710 | jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true ); |
| 3711 | }; |
| 3712 | |
| 3713 | jQuery.event.special[ fix ] = { |
| 3714 | setup: function() { |
no outgoing calls
no test coverage detected