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