mirror of
https://github.com/ducbao414/win32.run.git
synced 2025-12-16 09:12:48 +09:00
7 lines
217 B
JavaScript
7 lines
217 B
JavaScript
// Exports the "nonbreaking" plugin for usage with module loaders
|
|
// Usage:
|
|
// CommonJS:
|
|
// require('tinymce/plugins/nonbreaking')
|
|
// ES2015:
|
|
// import 'tinymce/plugins/nonbreaking'
|
|
require('./plugin.js'); |