(a)
| 3059 | l.focusin || |
| 3060 | n.each({ focus: 'focusin', blur: 'focusout' }, function (a, b) { |
| 3061 | var c = function (a) { |
| 3062 | n.event.simulate(b, a.target, n.event.fix(a)); |
| 3063 | }; |
| 3064 | n.event.special[b] = { |
| 3065 | setup: function () { |
| 3066 | var d = this.ownerDocument || this, |
no test coverage detected