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