﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5379	jQuery adapter TC affected by regression	Tobiasz Cudnik		"jQuery adapter TC affected by regression between r5046 (works) and r5280 (doesn't work).

The effect is JS error:
{{{
Unexpected error: editor is not defined
}}}
The error shouldn't happend in place where it's raised:
{{{

				var editor = this;
				testSelf.resume( function()
				{
					assert.isTrue( editor instanceof CKEDITOR.editor, 'editor instanceof CKEDITOR.editor' );
}}}
The second editor reference used in assert.isTrue creates the error. 

This may be an issue only with YUI test, as jQuery sample works fine.

Env: Chrome linux, FF 3.5 linux"	Bug	closed	Normal		QA		expired		
