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