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