MCPcopy
hub / github.com/websanova/js-url / id

Function id

lib/qunit/qunit.js:1059–1062  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1057}
1058
1059function id(name) {
1060 return !!(typeof document !== "undefined" && document && document.getElementById) &&
1061 document.getElementById( name );
1062}
1063
1064function registerLoggingCallback(key){
1065 return function(callback){

Callers 2

qunit.jsFile · 0.85
doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected