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

Function callGetModule

tests/js/require.js:1197–1202  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

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