MCPcopy
hub / github.com/pbakaus/scroller / id

Function id

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

Source from the content-addressed store, hash-verified

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

Callers 2

qunit.jsFile · 0.85
doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected