start.frag 312 B

12345678910111213
  1. ( function ( root, factory ) {
  2. // Register the CKEDITOR global.
  3. root.CKEDITOR = factory();
  4. // Make the build an AMD module.
  5. if ( typeof define == 'function' && define.amd ) {
  6. define( [], function() {
  7. return root.CKEDITOR;
  8. } );
  9. }
  10. } )( this, function () {
  11. /************************ start.frag END */