Files
2024-03-06 16:02:41 +05:00

7 lines
90 B
JavaScript

define(['./sub/ext'], function(ext) {
return {
name: 'spell',
ext: ext
};
});