Files
LeafWeb/WebCms/Umbraco/lib/tinymce/plugins/spellchecker/index.js
T
2018-09-16 15:08:47 -04:00

7 lines
220 B
JavaScript

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