3.0 source code
This commit is contained in:
13
OfficeWeb/vendor/requirejs/tests/exports/am.js
vendored
Normal file
13
OfficeWeb/vendor/requirejs/tests/exports/am.js
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
define(
|
||||
[
|
||||
'bm',
|
||||
'cm',
|
||||
'module',
|
||||
'exports'
|
||||
],
|
||||
function (bm, cm, module, exports) {
|
||||
exports.name = 'am';
|
||||
exports.bName = bm.name;
|
||||
exports.cName = cm.name;
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user