﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1241	Inline objects array get broken when compressed	Frederico Caldeira Knabben		"The following input:

{{{
var myArray =
[
    { key:1 }                                   
];
}}}

Outputs like this:

{{{
var myArray=[{ key:1};];
}}}

Note that a semi-collon has been added after the object declaration inside the array."	Bug	closed	Normal		Project : CKPackager		fixed		
