﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10193	TypeError: a.render is not a function	Thomas		"Hi !
I just downloaded CKeditor 4.1RC (full package) and get the following error when I try to assign items the custom default toolbar : ""TypeError: a.render is not a function"".

Here is the simple config file I used to reproduce the bug :
I pulled this code from the doc.

{{{
/**
 * @license Copyright (c) 2003-2013, 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';
	config.toolbarGroups =
	[
		{ name: 'document', items: [ 'Source', '-', 'NewPage', 'Preview', '-', 'Templates' ] }
	];
};
}}}

I hope this is a relevant bug :)"	Bug	closed	Normal		UI : Toolbar	4.1 RC	invalid	toolbar, item by item	
