MCPcopy Create free account
hub / github.com/PrairieLearn/PrairieLearn / callGetModule

Function callGetModule

public/javascripts/require.js:1175–1180  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

1173 };
1174
1175 function callGetModule(args) {
1176 //Skip modules already defined.
1177 if (!hasProp(defined, args[0])) {
1178 getModule(makeModuleMap(args[0], null, true)).init(args[1], args[2]);
1179 }
1180 }
1181
1182 function removeListener(node, func, name, ieName) {
1183 //Favor detachEvent because of IE9

Callers 2

intakeDefinesFunction · 0.85
newContextFunction · 0.85

Calls 3

hasPropFunction · 0.85
getModuleFunction · 0.85
makeModuleMapFunction · 0.85

Tested by

no test coverage detected