()
| 8182 | }; |
| 8183 | |
| 8184 | function activeElt() { return document.activeElement; } |
| 8185 | // Older versions of IE throws unspecified error when touching |
| 8186 | // document.activeElement in some cases (during loading, in iframe) |
| 8187 | if (ie && ie_version < 11) activeElt = function() { |
no outgoing calls
no test coverage detected