MCPcopy Create free account
hub / github.com/unconed/TermKit / id

Function id

HTML/external/jquery-ui/development-bundle/external/qunit.js:762–765  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

760}
761
762function id(name) {
763 return !!(typeof document !== "undefined" && document && document.getElementById) &&
764 document.getElementById( name );
765}
766
767// Test for equality any JavaScript type.
768// Discussions and reference: http://philrathe.com/articles/equiv

Callers 2

qunit.jsFile · 0.70
doneFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected