Opened 17 years ago
Closed 12 years ago
#1241 closed Bug (fixed)
Inline objects array get broken when compressed
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : CKPackager | Version: | |
Keywords: | Cc: |
Description
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.
Change History (2)
comment:1 Changed 17 years ago by
Keywords: | Confirmed added |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
This issue expired since we use Google Closure Compiler.