﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5089	Problems with compressing named anonymous functions	Wiktor Walc	Garry Yao	"When compressing the following code:

{{{
function a() {
	return function b(){};
};
}}}

it is changed into:

{{{
function a(){return function b(){b=;};;};
}}}

note that in the final result there is a javascript error: `b=;`"	Bug	closed	Normal	CKEditor 3.5.1	Project : CKPackager		fixed		
