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