Subversion Repositories wimsdev

Rev

Blame | Last modification | View Log | RSS feed

  1. // Exports the "fullscreen" plugin for usage with module loaders
  2. // Usage:
  3. //   CommonJS:
  4. //     require('tinymce/plugins/fullscreen')
  5. //   ES2015:
  6. //     import 'tinymce/plugins/fullscreen'
  7. require('./plugin.js');