()
| 7058 | } |
| 7059 | |
| 7060 | function activeElt() { return document.activeElement; } |
| 7061 | // Older versions of IE throws unspecified error when touching |
| 7062 | // document.activeElement in some cases (during loading, in iframe) |
| 7063 | if (ie_upto10) activeElt = function() { |
no outgoing calls
no test coverage detected