X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.js;h=ea4ff0d19038340cb21897aa44013d77d1401ea5;hb=610396aee87ef9f3c409b674a2d438d20c38b492;hp=fde512c68e26f342a0cc426b8cd7472445fc6dea;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/config.js b/config.js index fde512c..ea4ff0d 100644 --- a/config.js +++ b/config.js @@ -1,11 +1,10 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.editorConfig = function( config ) -{ - // Define changes to default configuration here. For example: - // config.language = 'fr'; - // config.uiColor = '#AADC6E'; -}; +/** + * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.html or http://ckeditor.com/license + */ + +CKEDITOR.editorConfig = function( config ) { + // Define changes to default configuration here. For example: + // config.language = 'fr'; + // config.uiColor = '#AADC6E'; +};