MCPcopy
hub / github.com/moxiecode/plupload / getModule

Function getModule

tests/js/require.js:497–506  ·  view source on GitHub ↗
(depMap)

Source from the content-addressed store, hash-verified

495 }
496
497 function getModule(depMap) {
498 var id = depMap.id,
499 mod = getOwn(registry, id);
500
501 if (!mod) {
502 mod = registry[id] = new context.Module(depMap);
503 }
504
505 return mod;
506 }
507
508 function on(depMap, name, fn) {
509 var id = depMap.id,

Callers 4

onFunction · 0.85
newContextFunction · 0.85
callGetModuleFunction · 0.85
localRequireFunction · 0.85

Calls 1

getOwnFunction · 0.85

Tested by

no test coverage detected