MCPcopy Create free account
hub / github.com/BlaNKtext/webosu / callGetModule

Function callGetModule

js/lib/require.js:1201–1206  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

1199 };
1200
1201 function callGetModule(args) {
1202 //Skip modules already defined.
1203 if (!hasProp(defined, args[0])) {
1204 getModule(makeModuleMap(args[0], null, true)).init(args[1], args[2]);
1205 }
1206 }
1207
1208 function removeListener(node, func, name, ieName) {
1209 //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