src/cm/media/js/ckeditor/config.js
author gibus
Mon, 01 Oct 2012 10:14:08 +0200
changeset 467 47f54d0c46dd
parent 256 adccf7c023ef
permissions -rw-r--r--
Stupid IE counts extra element in array when ending by a comma.

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