3.0 source code
This commit is contained in:
9
OfficeWeb/vendor/requirejs/tests/circular/dupe/exported.js
vendored
Normal file
9
OfficeWeb/vendor/requirejs/tests/circular/dupe/exported.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
define(function(require, exports) {
|
||||
exports.makeMessage = function (title) {
|
||||
return 'hello ' + title + ' ' + require('func').suffix;
|
||||
};
|
||||
|
||||
exports.justSuffix = function() {
|
||||
return require('func').suffix;
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user