X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.js;h=ea4ff0d19038340cb21897aa44013d77d1401ea5;hb=e6cb9d0947888f4506f6011e390ecb5e198ae5d7;hp=d9cc8b3557e41619e4fb1bf74376eb3c26a0919a;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/config.js b/config.js index d9cc8b3..ea4ff0d 100644 --- a/config.js +++ b/config.js @@ -1,11 +1,10 @@ -/* -Copyright (c) 2003-2009, 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'; +};