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