mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 23:47:46 +08:00
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
define(['b', 'exports'], function (b, exports) {
|
|
exports.name = 'a';
|
|
exports.b = b;
|
|
});
|