()
| 13738 | var |
| 13739 | pageLostFocus = (document.activeElement === this), |
| 13740 | callback = function() { |
| 13741 | module.cancel.query(); |
| 13742 | module.remove.focus(); |
| 13743 | module.timer = setTimeout(module.hideResults, settings.hideDelay); |
| 13744 | } |
| 13745 | ; |
| 13746 | if(pageLostFocus) { |
| 13747 | return; |
no outgoing calls
no test coverage detected
searching dependent graphs…