MCPcopy Create free account
hub / github.com/requirejs/requirejs / fn

Function fn

require.js:1392–1398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

onFunction · 0.85
require.jsFile · 0.85
jquery-1.7.1.jsFile · 0.85

Calls 1

getGlobalFunction · 0.85

Tested by

no test coverage detected