3.0 source code
This commit is contained in:
13
OfficeWeb/vendor/requirejs/tests/plugins/prime/earth.js
vendored
Normal file
13
OfficeWeb/vendor/requirejs/tests/plugins/prime/earth.js
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
define(function (require) {
|
||||
return {
|
||||
getA: function () {
|
||||
return require("../index!0?./a:./b:./c");
|
||||
},
|
||||
getC: function () {
|
||||
return require("../index!2?./a:./b:./c");
|
||||
},
|
||||
getB: function () {
|
||||
return require("../index!1?./a:./b:./c");
|
||||
}
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user