Initial commit
This commit is contained in:
11
test/loading/module5.js
Normal file
11
test/loading/module5.js
Normal file
@@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
var mod;
|
||||
|
||||
module.exports.onLoad = function (modular) {
|
||||
mod = modular('module6');
|
||||
};
|
||||
|
||||
module.exports.run = function () {
|
||||
return mod.run();
|
||||
};
|
||||
Reference in New Issue
Block a user