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