2021-05-30 14:39:41 +08:00

7 lines
220 B
JavaScript
Vendored

// Exports the "spellchecker" plugin for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/plugins/spellchecker')
// ES2015:
// import 'tinymce/plugins/spellchecker'
require('./plugin.js');