src/cm/media/js/ckeditor/config.js
author Simon Descarpentries <sid@sopinspace.com>
Mon, 04 Nov 2013 15:11:11 +0100
changeset 559 4e20287ff415
parent 256 adccf7c023ef
permissions -rw-r--r--
Fix spelling mistakes as per http://www.co-ment.org/ticket/85

/*
Copyright (c) 2003-2010, 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';
};