mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 02:25:30 +00:00
7 lines
196 B
JavaScript
7 lines
196 B
JavaScript
// Exports the "help" plugin for usage with module loaders
|
|
// Usage:
|
|
// CommonJS:
|
|
// require('tinymce/plugins/help')
|
|
// ES2015:
|
|
// import 'tinymce/plugins/help'
|
|
require('./plugin.js'); |