MCPcopy
hub / github.com/methodofaction/Method-Draw / id

Function id

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

Source from the content-addressed store, hash-verified

914}
915
916function id(name) {
917 return !!(typeof document !== "undefined" && document && document.getElementById) &&
918 document.getElementById( name );
919}
920
921// Test for equality any JavaScript type.
922// Discussions and reference: http://philrathe.com/articles/equiv

Callers 3

qunit.jsFile · 0.85
doneFunction · 0.85
resultDisplayStyleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected