JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
ea4ff0d19038340cb21897aa44013d77d1401ea5
[ckeditor.git] / config.js
1 /**
2  * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
3  * For licensing, see LICENSE.html or http://ckeditor.com/license
4  */
5
6 CKEDITOR.editorConfig = function( config ) {
7         // Define changes to default configuration here. For example:
8         // config.language = 'fr';
9         // config.uiColor = '#AADC6E';
10 };