MCPcopy
hub / github.com/dataarts/dat.gui / id

Function id

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

Source from the content-addressed store, hash-verified

1021}
1022
1023function id(name) {
1024 return !!(typeof document !== "undefined" && document && document.getElementById) &&
1025 document.getElementById( name );
1026}
1027
1028function registerLoggingCallback(key){
1029 return function(callback){

Callers 2

qunit.jsFile · 0.85
doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected