3.0 source code
This commit is contained in:
8
OfficeWeb/vendor/requirejs/tests/packages/baz/lib/index.js
vendored
Normal file
8
OfficeWeb/vendor/requirejs/tests/packages/baz/lib/index.js
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
define(['bar', 'foo', './helper'], function (bar, foo, helper) {
|
||||
return {
|
||||
name: 'baz',
|
||||
barDepVersion: bar.version,
|
||||
fooName: foo.name,
|
||||
helperName: helper.name
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user