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

Function fn

tests/js/require.js:1389–1395  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1387
1388 makeShimExports: function (value) {
1389 function fn() {
1390 var ret;
1391 if (value.init) {
1392 ret = value.init.apply(global, arguments);
1393 }
1394 return ret || (value.exports && getGlobal(value.exports));
1395 }
1396 return fn;
1397 },
1398

Callers 3

inParallelFunction · 0.85
onFunction · 0.85
require.jsFile · 0.85

Calls 1

getGlobalFunction · 0.85

Tested by

no test coverage detected