7 lines
105 B
JavaScript
7 lines
105 B
JavaScript
define(['./other'], function (other) {
|
|
return {
|
|
name: 'bar',
|
|
other: other
|
|
};
|
|
});
|