MCPcopy Index your code
hub / github.com/JsAaron/jQuery / safeActiveElement

Function safeActiveElement

2.0.3/Event.js:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 function safeActiveElement() {
16 try {
17 return document.activeElement;
18 } catch (err) {}
19 }
20
21 /*
22 * Helper functions for managing events -- not part of the public interface.

Callers 1

Event.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected