mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 16:02:46 +08:00
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
refine(['refine!a', 'exports'], function (a, exports) {
|
|
exports.name = 'c';
|
|
exports.a = a;
|
|
});
|