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