7 lines
90 B
JavaScript
7 lines
90 B
JavaScript
define(['./sub/ext'], function(ext) {
|
|
return {
|
|
name: 'spell',
|
|
ext: ext
|
|
};
|
|
});
|