MCPcopy Index your code
hub / github.com/csev/py4e / activeElt

Function activeElt

tools/pythonauto/static/codemirrorepl/codemirror.js:7060–7060  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers 5

CodeMirrorFunction · 0.85
updateDisplayInnerFunction · 0.85
focusInputFunction · 0.85
registerEventHandlersFunction · 0.85
codemirror.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected