Index: branches/5.3.x/core/ckeditor/build-config.js =================================================================== diff -u -N -r15908 -r16252 --- branches/5.3.x/core/ckeditor/build-config.js (.../build-config.js) (revision 15908) +++ branches/5.3.x/core/ckeditor/build-config.js (.../build-config.js) (revision 16252) @@ -1,28 +1,28 @@ - -/** - * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.html or http://ckeditor.com/license - */ - -/** - * This file was added automatically by CKEditor builder. - * You may re-use it at any time at http://ckeditor.com/builder to build CKEditor again. - * - * NOTE: - * This file is not used by CKEditor, you may remove it. - * Changing this file will not change your CKEditor configuration. - */ - -var CKBUILDER_CONFIG = { - skin: 'moono', - preset: 'full', - ignore: [ - 'dev', - '.gitignore', - '.gitattributes', - 'README.md', - '.mailmap' - ], + +/** + * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.html or http://ckeditor.com/license + */ + +/** + * This file was added automatically by CKEditor builder. + * You may re-use it at any time at http://ckeditor.com/builder to build CKEditor again. + * + * NOTE: + * This file is not used by CKEditor, you may remove it. + * Changing this file will not change your CKEditor configuration. + */ + +var CKBUILDER_CONFIG = { + skin: 'moono', + preset: 'full', + ignore: [ + 'dev', + '.gitignore', + '.gitattributes', + 'README.md', + '.mailmap' + ], plugins : { 'about' : 1, 'a11yhelp' : 1, @@ -103,4 +103,4 @@ languages : { 'en' : 1, } -}; \ No newline at end of file +};