MCPcopy Create free account
hub / github.com/amorey/loadjs / bothDone

Function bothDone

test/tests.js:692–694  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

690
691 it('should chain loadjs object', function (done) {
692 function bothDone() {
693 if (pathsLoaded['file1.js'] && pathsLoaded['file2.js']) done();
694 }
695
696 // define bundles
697 loadjs('assets/file1.js', 'bundle1');

Callers 1

tests.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…