Files
2024-03-06 16:02:41 +05:00

7 lines
105 B
JavaScript

define(['./other'], function (other) {
return {
name: 'bar',
other: other
};
});