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