MCPcopy
hub / github.com/requirejs/requirejs / byId

Function byId

tests/doh/_browserRunner.js:23–25  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

21
22 // borrowed from Dojo, etc.
23 var byId = function(id){
24 return document.getElementById(id);
25 };
26
27 var _addOnEvt = function( type, // string
28 refOrName, // function or string

Callers 7

sendToLogPaneFunction · 0.85
_browserRunner.jsFile · 0.85
addGroupToListFunction · 0.85
_playSoundFunction · 0.85
_showTabFunction · 0.85
setListHeightFunction · 0.85
toggleRunningFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…