mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 11:31:19 +08:00
7 lines
98 B
JavaScript
7 lines
98 B
JavaScript
define([
|
|
'module',
|
|
'exports'
|
|
], function (module, exports) {
|
|
exports.name = 'cm';
|
|
});
|