Fixed time zone calculation issue
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / js / 3rdParty / ckeditor / config.js
CommitLineData
01e89f1a 1/**
4736c869 2 * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
01e89f1a
MW
3 * For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
5
6CKEDITOR.editorConfig = function( config ) {
7 // Define changes to default configuration here. For example:
8 // config.language = 'fr';
9 // config.uiColor = '#AADC6E';
10};