MCPcopy Index your code
hub / github.com/mailru/FileAPI / id

Function id

tests/qunit/qunit.js:1542–1545  ·  view source on GitHub ↗
( name )

Source from the content-addressed store, hash-verified

1540}
1541
1542function id( name ) {
1543 return !!( typeof document !== "undefined" && document && document.getElementById ) &&
1544 document.getElementById( name );
1545}
1546
1547function registerLoggingCallback( key ) {
1548 return function( callback ) {

Callers 2

qunit.jsFile · 0.85
doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected