( event )
| 4364 | // Attach a single capturing handler while someone wants focusin/focusout |
| 4365 | var attaches = 0, |
| 4366 | handler = function( event ) { |
| 4367 | jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true ); |
| 4368 | }; |
| 4369 | |
| 4370 | jQuery.event.special[ fix ] = { |
| 4371 | setup: function() { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…