8 lines
84 B
JavaScript
8 lines
84 B
JavaScript
define(['bar'], function (bar) {
|
|
return {
|
|
name: 'app',
|
|
bar: bar
|
|
};
|
|
});
|
|
|