/** * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ // Compressed version of core/ckeditor_base.js. See original for instructions. /* jshint ignore:start */ /* jscs:disable */ window.CKEDITOR||(window.CKEDITOR=function(){var e=/(^|.*[\\\/])ckeditor\.js(?:\?.*|;.*)?$/i,b={timestamp:"",version:"%VERSION%",revision:"%REV%",rnd:Math.floor(900*Math.random())+100,_:{pending:[],basePathSrcPattern:e},status:"unloaded",basePath:function(){var a=window.CKEDITOR_BASEPATH||"";if(!a)for(var b=document.getElementsByTagName("script"),c=0;c' ); } } /** * The skin to load for all created instances, it may be the name of the skin * folder inside the editor installation path, or the name and the path separated * by a comma. * * **Note:** This is a global configuration that applies to all instances. * * CKEDITOR.skinName = 'moono'; * * CKEDITOR.skinName = 'myskin,/customstuff/myskin/'; * * @cfg {String} [skinName='moono-lisa'] * @member CKEDITOR */ CKEDITOR.skinName = 'moono-lisa';