src/cm/media/js/ckeditor/config.js
author gibus
Fri, 19 Nov 2010 18:02:33 +0100
changeset 335 74dbc5568bbd
parent 256 adccf7c023ef
permissions -rw-r--r--
add comment_key optional parameter for /api/comments/ to fetch a single comment

/*
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';
};