mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 01:04:22 +08:00
8 lines
84 B
JavaScript
8 lines
84 B
JavaScript
define(['b'], function (b) {
|
|
return {
|
|
name: 'd',
|
|
b: b
|
|
};
|
|
});
|
|
|