()
| 38 | fireEvent(); |
| 39 | }; |
| 40 | var onBlur = function () { |
| 41 | document.hidden = true; |
| 42 | document.visibilityState = 'hidden'; |
| 43 | fireEvent(); |
| 44 | } |
| 45 | |
| 46 | if ( document.addEventListener ) { |
| 47 | window.addEventListener('focus', onFocus, true); |
nothing calls this directly
no test coverage detected