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