( event )
| 8571 | |
| 8572 | // Attach a single capturing handler on the document while someone wants focusin/focusout |
| 8573 | var handler = function( event ) { |
| 8574 | jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); |
| 8575 | }; |
| 8576 | |
| 8577 | jQuery.event.special[ fix ] = { |
| 8578 | setup: function() { |