MCPcopy Create free account
hub / github.com/JacksonTian/eventproxy / callGetModule

Function callGetModule

test/require.js:1128–1130  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

1126 };
1127
1128 function callGetModule(args) {
1129 getModule(makeModuleMap(args[0], null, true)).init(args[1], args[2]);
1130 }
1131
1132 function removeListener(node, func, name, ieName) {
1133 //Favor detachEvent because of IE9

Callers 2

intakeDefinesFunction · 0.85
newContextFunction · 0.85

Calls 2

getModuleFunction · 0.85
makeModuleMapFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…