( event )
| 3549 | // Attach a single capturing handler while someone wants focusin/focusout |
| 3550 | var attaches = 0, |
| 3551 | handler = function( event ) { |
| 3552 | jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true ); |
| 3553 | }; |
| 3554 | |
| 3555 | jQuery.event.special[ fix ] = { |
| 3556 | setup: function() { |
no outgoing calls
no test coverage detected