mirror of
https://github.com/tabler/tabler.git
synced 2025-12-23 18:34:25 +04: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'); |