3.0 source code
This commit is contained in:
10
OfficeWeb/vendor/requirejs/tests/urlfetch/three.js
vendored
Normal file
10
OfficeWeb/vendor/requirejs/tests/urlfetch/three.js
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
define("three", {
|
||||
name: "three"
|
||||
});
|
||||
|
||||
define("four", ["three"], function (three) {
|
||||
return {
|
||||
name: "four",
|
||||
threeName: "three"
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user