X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.js;h=a5842093fc497092fbdfb793ee456f36126d537c;hb=860af3c4bde9866c53d5123c57e3dc6166e0fe1e;hp=7d08da95acda0b7a4790872b7a392ce17bfbdbc6;hpb=a272c66d841421f8bf933c16535bdcde1c4649fc;p=ckeditor.git diff --git a/config.js b/config.js index 7d08da9..a584209 100644 --- a/config.js +++ b/config.js @@ -1,11 +1,10 @@ -/* -Copyright (c) 2003-2013, 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-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'; +};