zxl
56 分钟以前 2bf5b87e82dd2c4abea65454cd0b66cb0f254356
1
2
3
4
5
6
7
// Exports the "autoresize" plugin for usage with module loaders
// Usage:
//   CommonJS:
//     require('tinymce/plugins/autoresize')
//   ES2015:
//     import 'tinymce/plugins/autoresize'
require('./plugin.js');