mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 18:16:36 +08:00
6 lines
71 B
JavaScript
6 lines
71 B
JavaScript
define(function (require) {
|
|
return {
|
|
name: 'a'
|
|
};
|
|
});
|