mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 04:04:35 +08:00
7 lines
90 B
JavaScript
7 lines
90 B
JavaScript
define(['./sub/ext'], function(ext) {
|
|
return {
|
|
name: 'spell',
|
|
ext: ext
|
|
};
|
|
});
|