7 regels
199 B
JavaScript
7 regels
199 B
JavaScript
|
// Exports the "table" plugin for usage with module loaders
|
||
|
// Usage:
|
||
|
// CommonJS:
|
||
|
// require('tinymce/plugins/table')
|
||
|
// ES2015:
|
||
|
// import 'tinymce/plugins/table'
|
||
|
require('./plugin.js');
|