mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 10:59:28 +08:00
7 lines
116 B
JavaScript
7 lines
116 B
JavaScript
define(['./dim'], function (dim) {
|
|
return {
|
|
name: 'another/c/sub',
|
|
dimName: dim.name
|
|
};
|
|
});
|