()
| 170 | var |
| 171 | pageLostFocus = (document.activeElement === this), |
| 172 | callback = function() { |
| 173 | module.cancel.query(); |
| 174 | module.remove.focus(); |
| 175 | module.timer = setTimeout(module.hideResults, settings.hideDelay); |
| 176 | } |
| 177 | ; |
| 178 | if(pageLostFocus) { |
| 179 | return; |
no outgoing calls
no test coverage detected
searching dependent graphs…