mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 12:05:33 +08:00
7 lines
105 B
JavaScript
7 lines
105 B
JavaScript
define(['./other'], function (other) {
|
|
return {
|
|
name: 'bar',
|
|
other: other
|
|
};
|
|
});
|