MCPcopy
hub / github.com/kennethcachia/background-check / id

Function id

test/qunit.js:1580–1583  ·  view source on GitHub ↗
( name )

Source from the content-addressed store, hash-verified

1578}
1579
1580function id( name ) {
1581 return !!( typeof document !== "undefined" && document && document.getElementById ) &&
1582 document.getElementById( name );
1583}
1584
1585function registerLoggingCallback( key ) {
1586 return function( callback ) {

Callers 2

qunit.jsFile · 0.85
doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected