mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 12:02:51 +00:00
7 lines
217 B
JavaScript
Vendored
7 lines
217 B
JavaScript
Vendored
// Exports the "textpattern" plugin for usage with module loaders
|
|
// Usage:
|
|
// CommonJS:
|
|
// require('tinymce/plugins/textpattern')
|
|
// ES2015:
|
|
// import 'tinymce/plugins/textpattern'
|
|
require('./plugin.js'); |