MCPcopy
hub / github.com/fabien-d/alertify.js / id

Function id

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

Source from the content-addressed store, hash-verified

1316}
1317
1318function id( name ) {
1319 return !!( typeof document !== "undefined" && document && document.getElementById ) &&
1320 document.getElementById( name );
1321}
1322
1323function registerLoggingCallback( key ) {
1324 return function( callback ) {

Callers 2

qunit.jsFile · 0.85
doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected