X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=config.js;h=06159c0c5b38caaf7363c6046f2448595d3e7f8d;hp=d9cc8b3557e41619e4fb1bf74376eb3c26a0919a;hb=HEAD;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91 diff --git a/config.js b/config.js index d9cc8b3..06159c0 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-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +CKEDITOR.editorConfig = function( config ) { + // Define changes to default configuration here. For example: + // config.language = 'fr'; + // config.uiColor = '#AADC6E'; +};