﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5993	[CKPackager] JavaScript delete statement breaks minified code	Marc Nilius		"I wrote a CKEditor plugin and used CKPackager to create a new ckeditor.js. This new file had some javascript errors. This happened, because the CKPackager broke a code snippet when it tried to minify this snippet.
I added a unit test to the test.js:[[BR]]
[ ""function(){var a;delete a;}"" ][[BR]]
This test fails, too. The result of this test is[[BR]]
""function(){var a;delete a.a;}""

Now I always have to fix this manually in the created ckeditor.js. Would be great, if this could be fixed.

Thanks in advance.

Greets,
Marc


"	Bug	confirmed	Normal		Project : CKPackager	3.0			
