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